HomeSort by relevance Sort by last modified time
    Searched refs:app_uuid (Results 1 - 20 of 20) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_int.h 70 tBT_UUID app_uuid; member in struct:__anon5206
184 tBT_UUID app_uuid; member in struct:__anon5218
bta_gatts_act.c 201 if (bta_gatts_uuid_compare(p_cb->rcb[i].app_uuid, p_msg->api_reg.app_uuid))
223 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID));
231 memcpy(&p_cb->rcb[first_unuse].app_uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID));
234 GATT_Register(&p_msg->api_reg.app_uuid, &bta_gatts_cback);
bta_gattc_int.h 102 tBT_UUID app_uuid; member in struct:__anon5178
362 tBT_UUID app_uuid; member in struct:__anon5198
bta_gatts_api.c 103 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID));
bta_gattc_act.c 182 tBT_UUID *p_app_uuid = &p_data->api_reg.app_uuid;
210 memcpy(&p_cb->cl_rcb[i].app_uuid, p_app_uuid, sizeof(tBT_UUID));
239 memcpy(&(cb_data.reg_oper.app_uuid),p_app_uuid,sizeof(tBT_UUID));
    [all...]
bta_gattc_api.c 101 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID));
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 267 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; local
273 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
277 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback);
gatt_utils.c     [all...]
gatt_int.h 233 tBT_UUID app_uuid; /* applicatino UUID */ member in struct:__anon5909
  /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 225 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}}; local
226 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
btif_gatt_server.c 179 bt_uuid_t app_uuid; local
180 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
184 , &app_uuid
btif_gatt_client.c 419 bt_uuid_t app_uuid; local
420 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid);
424 , &app_uuid
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 383 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
390 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128);
393 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback);
434 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng.c 434 tBT_UUID app_uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}}; local
445 srvc_eng_cb.gatt_if = GATT_Register(&app_uuid, &srvc_gatt_cback);
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 289 tBT_UUID app_uuid; member in struct:__anon5400
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 314 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
407 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128);
5811 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 210 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
221 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128);
223 BTA_GATTC_AppRegister(&app_uuid, bta_hh_gattc_callback);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 216 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid)
220 clientIf, UUID_PARAMS(app_uuid));
    [all...]

Completed in 371 milliseconds