Searched refs:tBTA_GATTC_CHAR_ID (Results 1 – 6 of 6) sorted by relevance
/system/bt/bta/include/ |
D | bta_gatt_api.h | 216 }tBTA_GATTC_CHAR_ID; typedef 220 tBTA_GATTC_CHAR_ID char_id; 239 tBTA_GATTC_CHAR_ID char_id; 373 tBTA_GATTC_CHAR_ID char_id; 767 tBTA_GATTC_CHAR_ID *p_char_result, 790 tBTA_GATTC_CHAR_ID *p_start_char_id, 792 tBTA_GATTC_CHAR_ID *p_char_result, 812 extern tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, 899 tBTA_GATTC_CHAR_ID *p_char_id, 934 tBTA_GATTC_CHAR_ID *p_char_id, [all …]
|
/system/bt/bta/gatt/ |
D | bta_gattc_api.c | 316 tBTA_GATTC_CHAR_ID *p_char_result, in BTA_GATTC_GetFirstChar() 354 tBTA_GATTC_CHAR_ID *p_start_char_id, in BTA_GATTC_GetNextChar() 356 tBTA_GATTC_CHAR_ID *p_char_result, in BTA_GATTC_GetNextChar() 395 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_GetFirstCharDescr() 416 memcpy(&p_descr_result->char_id, p_char_id, sizeof(tBTA_GATTC_CHAR_ID)); in BTA_GATTC_GetFirstCharDescr() 460 memcpy(&p_descr_result->char_id, p_start_descr_id, sizeof(tBTA_GATTC_CHAR_ID)); in BTA_GATTC_GetNextCharDescr() 562 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_ReadCharacteristic() 685 tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_WriteCharValue() 785 void BTA_GATTC_PrepareWrite (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_PrepareWrite() 859 void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id) in BTA_GATTC_SendIndConfirm() [all …]
|
D | bta_gattc_int.h | 352 tBTA_GATTC_CHAR_ID char_id; 531 extern BOOLEAN bta_gattc_charid_compare(tBTA_GATTC_CHAR_ID *p_src, tBTA_GATTC_CHAR_ID *p_tar);
|
D | bta_gattc_utils.c | 550 BOOLEAN bta_gattc_charid_compare(tBTA_GATTC_CHAR_ID *p_src, tBTA_GATTC_CHAR_ID *p_tar) in bta_gattc_charid_compare()
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 606 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_read_char_dscrpt() 808 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_register_input_notif() 921 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_write_char_clt_cfg() 1014 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_set_protocol_mode() 1074 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_get_protocol_mode() 1114 tBTA_GATTC_CHAR_ID *p_char_id, in bta_hh_le_expl_rpt() 1118 tBTA_GATTC_CHAR_ID char_result; in bta_hh_le_expl_rpt() 1669 tBTA_GATTC_CHAR_ID char_result; in bta_hh_le_search_hid_included() 1755 tBTA_GATTC_CHAR_ID char_result; in bta_hh_le_search_hid_chars() 2511 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_get_rpt() [all …]
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 1150 tBTA_GATTC_CHAR_ID in_char_id; in btgattc_handle_event() 1151 tBTA_GATTC_CHAR_ID out_char_id; in btgattc_handle_event()
|