Home
last modified time | relevance | path

Searched refs:chr_uuid (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Dbt_test.c193 bt_content.ble_content.chr_uuid[0].uuid = BLE_UUID_WIFI_CHAR;
194 bt_content.ble_content.chr_uuid[0].len = UUID_128;
195 bt_content.ble_content.chr_uuid[1].uuid = BLE_UUID_SEND;
196 bt_content.ble_content.chr_uuid[1].len = UUID_128;
197 bt_content.ble_content.chr_uuid[2].uuid = BLE_UUID_RECV;
198 bt_content.ble_content.chr_uuid[2].len = UUID_128;
226 bt_content.ble_content.chr_uuid[0].uuid = BLE_UUID_SEND; in bt_test_bluetooth_init_thread()
227 bt_content.ble_content.chr_uuid[0].len = UUID_128; in bt_test_bluetooth_init_thread()
228 bt_content.ble_content.chr_uuid[1].uuid = BLE_UUID_RECV; in bt_test_bluetooth_init_thread()
229 bt_content.ble_content.chr_uuid[1].len = UUID_128; in bt_test_bluetooth_init_thread()
H A Drk_ble_app.c285 bt_content.ble_content.chr_uuid[0].uuid = BLE_UUID_WIFI_CHAR; in rk_ble_wifi_init()
286 bt_content.ble_content.chr_uuid[0].len = UUID_128; in rk_ble_wifi_init()
H A Drkbtsource_server.c503 bt_content.ble_content.chr_uuid[0].uuid = BLE_UUID_BATTERY; in rk_bt_server_init()
504 bt_content.ble_content.chr_uuid[0].len = UUID_128; in rk_bt_server_init()
505 bt_content.ble_content.chr_uuid[1].uuid = BLE_UUID_STRING; in rk_bt_server_init()
506 bt_content.ble_content.chr_uuid[1].len = UUID_128; in rk_bt_server_init()
/OK3568_Linux_fs/external/rkwifibt-app/include/
H A DRkBtBase.h84 Ble_Uuid_Type_t chr_uuid[12]; member