Searched refs:tBTA_GATT_SRVC_ID (Results 1 – 11 of 11) sorted by relevance
/system/bt/btif/include/ |
D | btif_gatt_util.h | 27 void btif_to_bta_srvc_id(tBTA_GATT_SRVC_ID *p_dest, btgatt_srvc_id_t *p_src); 32 void bta_to_btif_srvc_id(btgatt_srvc_id_t *p_dest, tBTA_GATT_SRVC_ID *p_src);
|
/system/bt/bta/gatt/ |
D | bta_gattc_api.c | 314 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, in BTA_GATTC_GetFirstChar() 328 memcpy(&p_char_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetFirstChar() 372 memcpy(&p_char_result->srvc_id, &p_start_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetNextChar() 484 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, in BTA_GATTC_GetFirstIncludedService() 501 memcpy(&p_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetFirstIncludedService() 543 memcpy(&p_result->srvc_id, &p_start_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetNextIncludedService() 575 memcpy(&p_buf->srvc_id, &p_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_ReadCharacteristic() 611 memcpy(&p_buf->srvc_id, &p_descr_id->char_id.srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_ReadCharDescr() 701 memcpy(&p_buf->srvc_id, &p_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_WriteCharValue() 751 memcpy(&p_buf->srvc_id, &p_char_descr_id->char_id.srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_WriteCharDescr() [all …]
|
D | bta_gattc_int.h | 130 tBTA_GATT_SRVC_ID srvc_id; 139 tBTA_GATT_SRVC_ID srvc_id; 157 tBTA_GATT_SRVC_ID srvc_id; 270 tBTA_GATT_SRVC_ID service_uuid; 520 extern UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GA… 521 extern BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *servi… 532 extern BOOLEAN bta_gattc_srvcid_compare(tBTA_GATT_SRVC_ID *p_src, tBTA_GATT_SRVC_ID *p_tar); 541 extern tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8 query_type, tBTA_GATT_SRVC_ID *…
|
D | bta_gattc_cache.c | 1066 UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_id2handle() 1164 BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_handle2id() 1171 memset(p_service_id, 0, sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_handle2id() 1185 memcpy(p_service_id, &p_cache->service_uuid, sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_handle2id() 1205 memcpy(p_service_id, &p_cache->service_uuid, sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_handle2id() 1270 sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_search_service() 1292 tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_find_record() 1435 tBTA_GATT_SRVC_ID *p_srvc_id, in bta_gattc_query_cache()
|
D | bta_gattc_utils.c | 533 BOOLEAN bta_gattc_srvcid_compare(tBTA_GATT_SRVC_ID *p_src, tBTA_GATT_SRVC_ID *p_tar) in bta_gattc_srvcid_compare()
|
D | bta_gattc_act.c | 1402 sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_write_cmpl()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 210 }tBTA_GATT_SRVC_ID; typedef 214 tBTA_GATT_SRVC_ID srvc_id; 226 tBTA_GATT_SRVC_ID srvc_id; 227 tBTA_GATT_SRVC_ID incl_svc_id; 310 tBTA_GATT_SRVC_ID srvc_id; 320 tBTA_GATT_SRVC_ID srvc_id; 340 tBTA_GATT_SRVC_ID service_uuid; 765 tBTA_GATT_SRVC_ID *p_srvc_id, 858 tBTA_GATT_SRVC_ID *p_srvc_id,
|
/system/bt/btif/src/ |
D | btif_gatt_util.c | 117 void btif_to_bta_srvc_id(tBTA_GATT_SRVC_ID *p_dest, btgatt_srvc_id_t *p_src) in btif_to_bta_srvc_id() 208 void bta_to_btif_srvc_id(btgatt_srvc_id_t *p_dest, tBTA_GATT_SRVC_ID *p_src) in bta_to_btif_srvc_id()
|
D | btif_gatt_server.c | 445 tBTA_GATT_SRVC_ID srvc_id; in btgatts_handle_event()
|
D | btif_gatt_client.c | 1148 tBTA_GATT_SRVC_ID srvc_id; in btgattc_handle_event()
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 370 tBTA_GATT_SRVC_ID *p_output) in bta_hh_le_fill_16bits_srvc_id() 372 memset((void *)p_output, 0, sizeof(tBTA_GATT_SRVC_ID)); in bta_hh_le_fill_16bits_srvc_id() 1668 tBTA_GATT_SRVC_ID srvc_id; in bta_hh_le_search_hid_included() 1759 tBTA_GATT_SRVC_ID srvc_id; in bta_hh_le_search_hid_chars() 3016 tBTA_GATT_SRVC_ID srvc_id; in bta_hh_le_search_scps_chars()
|