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

  /external/bluetooth/bluedroid/btif/include/
btif_gatt_util.h 26 void btif_to_bta_gatt_id(tBTA_GATT_ID *p_dest, btgatt_gatt_id_t *p_src);
33 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 415 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID));
459 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID));
576 memcpy(&p_buf->char_id, &p_char_id->char_id, sizeof(tBTA_GATT_ID));
601 UINT16 len = (UINT16)(sizeof(tBTA_GATT_ID) + sizeof(tBTA_GATTC_API_READ));
612 memcpy(&p_buf->char_id, &p_descr_id->char_id.char_id, sizeof(tBTA_GATT_ID));
613 p_buf->p_descr_type = (tBTA_GATT_ID *)(p_buf + 1);
615 memcpy(p_buf->p_descr_type, &p_descr_id->descr_id, sizeof(tBTA_GATT_ID));
702 memcpy(&p_buf->char_id, &p_char_id->char_id, sizeof(tBTA_GATT_ID));
738 UINT16 len = sizeof(tBTA_GATTC_API_WRITE) + sizeof(tBTA_GATT_ID);
752 memcpy(&p_buf->char_id, &p_char_descr_id->char_id.char_id, sizeof(tBTA_GATT_ID));
    [all...]
bta_gattc_int.h 131 tBTA_GATT_ID char_id;
132 tBTA_GATT_ID *p_descr_type;
140 tBTA_GATT_ID char_id;
141 tBTA_GATT_ID *p_descr_type;
158 tBTA_GATT_ID char_id;
520 extern UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GATT_ID *p_char_id, tBTA_GATT_ID *p_descr_uuid);
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);
533 extern void bta_gattc_cpygattid(tBTA_GATT_ID *p_des, tBTA_GATT_ID *p_src)
    [all...]
bta_gattc_cache.c     [all...]
bta_gattc_utils.c 481 ** Description copy two tBTA_GATT_ID value
486 void bta_gattc_cpygattid(tBTA_GATT_ID *p_des, tBTA_GATT_ID *p_src)
488 memset ((void *)p_des, 0, sizeof(tBTA_GATT_ID));
507 ** Description compare two tBTA_GATT_ID type of pointer
512 BOOLEAN bta_gattc_gattid_compare(tBTA_GATT_ID *p_src, tBTA_GATT_ID *p_tar)
bta_gattc_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 57 } __attribute__((packed)) tBTA_GATT_ID;
208 tBTA_GATT_ID id;
215 tBTA_GATT_ID char_id;
221 tBTA_GATT_ID descr_id;
311 tBTA_GATT_ID char_id;
312 tBTA_GATT_ID descr_type;
321 tBTA_GATT_ID char_id;
322 tBTA_GATT_ID descr_type;
374 tBTA_GATT_ID descr_type;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 110 void btif_to_bta_gatt_id(tBTA_GATT_ID *p_dest, btgatt_gatt_id_t *p_src)
201 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src)
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 351 void bta_hh_le_fill_16bits_gatt_id(UINT8 inst_id, UINT16 uuid, tBTA_GATT_ID *p_output)
384 tBTA_GATT_ID *p_output)
386 memset((void *)p_output, 0, sizeof(tBTA_GATT_ID));
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 351 milliseconds