Searched refs:tBTA_GATT_ID (Results 1 - 10 of 10) sorted by relevance

/system/bt/btif/include/
H A Dbtif_gatt_util.h26 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);
/system/bt/bta/gatt/
H A Dbta_gattc_api.c415 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...]
H A Dbta_gattc_int.h131 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_de
[all...]
H A Dbta_gattc_cache.c1067 tBTA_GATT_ID *p_char_id, tBTA_GATT_ID *p_descr_uuid)
1165 tBTA_GATT_ID *p_char_id, tBTA_GATT_ID *p_descr_type)
1172 memset(p_char_id, 0, sizeof(tBTA_GATT_ID));
1173 memset(p_descr_type, 0, sizeof(tBTA_GATT_ID));
1293 tBTA_GATT_ID *p_start_rec,
1295 tBTA_GATT_ID *p_result,
1303 tBTA_GATT_ID *p_descr_id = (tBTA_GATT_ID *)p_para
[all...]
H A Dbta_gattc_utils.c484 ** Description copy two tBTA_GATT_ID value
489 void bta_gattc_cpygattid(tBTA_GATT_ID *p_des, tBTA_GATT_ID *p_src)
491 memset ((void *)p_des, 0, sizeof(tBTA_GATT_ID));
510 ** Description compare two tBTA_GATT_ID type of pointer
515 BOOLEAN bta_gattc_gattid_compare(tBTA_GATT_ID *p_src, tBTA_GATT_ID *p_tar)
H A Dbta_gattc_act.c1363 sizeof(tBTA_GATT_ID));
1404 sizeof(tBTA_GATT_ID));
1407 sizeof(tBTA_GATT_ID));
/system/bt/bta/include/
H A Dbta_gatt_api.h57 } __attribute__((packed)) tBTA_GATT_ID; typedef in typeref:struct:__anon348
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;
/system/bt/btif/src/
H A Dbtif_gatt_util.c111 void btif_to_bta_gatt_id(tBTA_GATT_ID *p_dest, btgatt_gatt_id_t *p_src)
202 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src)
/system/bt/bta/hh/
H A Dbta_hh_le.c354 void bta_hh_le_fill_16bits_gatt_id(UINT8 inst_id, UINT16 uuid, tBTA_GATT_ID *p_output)
387 tBTA_GATT_ID *p_output)
389 memset((void *)p_output, 0, sizeof(tBTA_GATT_ID));
/system/bt/bta/dm/
H A Dbta_dm_act.c5461 static void bta_dm_gatt_disc_result(tBTA_GATT_ID service_id)
5471 if ( bta_dm_search_cb.ble_raw_used + sizeof(tBTA_GATT_ID) < bta_dm_search_cb.ble_raw_size )

Completed in 123 milliseconds