/external/bluetooth/bluedroid/stack/gatt/ |
gatt_attr.c | 246 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; local 252 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128); 256 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback);
|
gatt_int.h | 218 tBT_UUID app_uuid; /* applicatino UUID */ member in struct:__anon3113
|
gatt_utils.c | [all...] |
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gatts_int.h | 70 tBT_UUID app_uuid; member in struct:__anon2525 182 tBT_UUID app_uuid; member in struct:__anon2537
|
bta_gatts_act.c | 150 if (bta_gatts_uuid_compare(p_cb->rcb[i].app_uuid, p_msg->api_reg.app_uuid)) 172 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); 180 memcpy(&p_cb->rcb[first_unuse].app_uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); 182 p_cb->rcb[first_unuse].gatt_if = GATT_Register(&p_msg->api_reg.app_uuid, &bta_gatts_cback);
|
bta_gattc_int.h | 98 tBT_UUID app_uuid; member in struct:__anon2502 318 tBT_UUID app_uuid; member in struct:__anon2518
|
bta_gatts_api.c | 98 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID));
|
bta_gattc_act.c | 98 tBT_UUID *p_app_uuid = &p_data->api_reg.app_uuid; 117 memcpy(&p_cb->cl_rcb[i].app_uuid, p_app_uuid, sizeof(tBT_UUID)); 122 memcpy(&(cb_data.reg_oper.app_uuid),p_app_uuid,sizeof(tBT_UUID)); [all...] |
bta_gattc_api.c | 95 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); [all...] |
/hardware/libhardware/include/hardware/ |
bt_gatt_server.h | 48 bt_uuid_t *app_uuid);
|
bt_gatt_client.h | 85 bt_uuid_t *app_uuid);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_test.c | 215 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}}; local 216 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
|
btif_gatt_server.c | 177 bt_uuid_t app_uuid; local 178 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid); 182 , &app_uuid
|
btif_gatt_client.c | 234 bt_uuid_t app_uuid; local 235 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid); 239 , &app_uuid [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_ble.c | 478 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local 485 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128); 488 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback); 514 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
|
/external/bluetooth/bluedroid/bta/include/ |
bta_gatt_api.h | 258 tBT_UUID app_uuid; member in struct:__anon2685 [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_gatt.cpp | 199 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid) 203 clientIf, UUID_PARAMS(app_uuid)); [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | 326 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local 385 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128); 386 BTA_GATTC_AppRegister(&app_uuid, bta_dm_gattc_callback); [all...] |