HomeSort by relevance Sort by last modified time
    Searched defs:char_id (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 603 tBTA_GATTC_CHAR_ID char_id; local
608 bta_hh_le_fill_16bits_srvc_id(TRUE, srvc_inst_id, srvc_uuid, &char_id.srvc_id);
609 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id);
616 &char_id,
805 tBTA_GATTC_CHAR_ID char_id; local
822 bta_hh_le_fill_16bits_srvc_id(TRUE, BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt->inst_id), srvc_uuid, &char_id.srvc_id);
823 bta_hh_le_fill_16bits_char_id(BTA_HH_LE_RPT_GET_RPT_INST_ID(p_rpt->inst_id), p_rpt->uuid, &char_id.char_id);
829 &char_id);
918 tBTA_GATTC_CHAR_ID char_id; local
1011 tBTA_GATTC_CHAR_ID char_id; local
1071 tBTA_GATTC_CHAR_ID char_id; local
2507 tBTA_GATTC_CHAR_ID char_id; local
2543 tBTA_GATTC_CHAR_ID char_id; local
2593 tBTA_GATTC_CHAR_ID char_id; local
2805 tBTA_GATTC_CHAR_ID char_id; local
3049 tBTA_GATTC_CHAR_ID char_id; local
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 131 tBTA_GATT_ID char_id; member in struct:__anon5181
140 tBTA_GATT_ID char_id; member in struct:__anon5182
158 tBTA_GATT_ID char_id; member in struct:__anon5184
352 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon5197
521 extern BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *service_id, tBTA_GATT_ID *char_id, tBTA_GATT_ID *p_type);
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 187 btgatt_gatt_id_t char_id; member in struct:__anon5693
447 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id);
493 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id);
507 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id);
508 bta_to_btif_gatt_id(&data.char_id, &p_data->notify.char_id.char_id);
520 &p_data->notify.char_id);
1196 btgatt_gatt_id_t char_id; local
1212 btgatt_gatt_id_t char_id; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 215 tBTA_GATT_ID char_id; member in struct:__anon5392
220 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon5393
239 tBTA_GATTC_CHAR_ID char_id; member in union:__anon5395::__anon5396
311 tBTA_GATT_ID char_id; member in struct:__anon5403
321 tBTA_GATT_ID char_id; member in struct:__anon5404
373 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon5411
779 ** after the one identified by char_id.
    [all...]

Completed in 62 milliseconds