Home
last modified time | relevance | path

Searched refs:tBTA_GATTC_CHAR_ID (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h216 }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 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p…
899 tBTA_GATTC_CHAR_ID *p_char_id,
934 tBTA_GATTC_CHAR_ID *p_char_id,
[all …]
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c316 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 …]
Dbta_gattc_int.h352 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);
Dbta_gattc_utils.c547 BOOLEAN bta_gattc_charid_compare(tBTA_GATTC_CHAR_ID *p_src, tBTA_GATTC_CHAR_ID *p_tar) in bta_gattc_charid_compare()
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_le.c603 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_read_char_dscrpt()
805 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_register_input_notif()
918 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_write_char_clt_cfg()
1011 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_set_protocol_mode()
1071 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_get_protocol_mode()
1111 tBTA_GATTC_CHAR_ID *p_char_id, in bta_hh_le_expl_rpt()
1115 tBTA_GATTC_CHAR_ID char_result; in bta_hh_le_expl_rpt()
1666 tBTA_GATTC_CHAR_ID char_result; in bta_hh_le_search_hid_included()
1752 tBTA_GATTC_CHAR_ID char_result; in bta_hh_le_search_hid_chars()
2507 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_get_rpt()
[all …]
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_client.c1074 tBTA_GATTC_CHAR_ID in_char_id; in btgattc_handle_event()
1075 tBTA_GATTC_CHAR_ID out_char_id; in btgattc_handle_event()