Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h185 }tBTA_GATTC_CHAR_ID; typedef
189 tBTA_GATTC_CHAR_ID char_id;
208 tBTA_GATTC_CHAR_ID char_id;
334 tBTA_GATTC_CHAR_ID char_id;
692 tBTA_GATTC_CHAR_ID *p_char_result,
715 tBTA_GATTC_CHAR_ID *p_start_char_id,
717 tBTA_GATTC_CHAR_ID *p_char_result,
737 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p…
824 tBTA_GATTC_CHAR_ID *p_char_id,
859 tBTA_GATTC_CHAR_ID *p_char_id,
[all …]
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c275 tBTA_GATTC_CHAR_ID *p_char_result, in BTA_GATTC_GetFirstChar()
313 tBTA_GATTC_CHAR_ID *p_start_char_id, in BTA_GATTC_GetNextChar()
315 tBTA_GATTC_CHAR_ID *p_char_result, in BTA_GATTC_GetNextChar()
354 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_GetFirstCharDescr()
375 memcpy(&p_descr_result->char_id, p_char_id, sizeof(tBTA_GATTC_CHAR_ID)); in BTA_GATTC_GetFirstCharDescr()
420 memcpy(&p_descr_result->char_id, p_start_descr_id, sizeof(tBTA_GATTC_CHAR_ID)); in BTA_GATTC_GetNextCharDescr()
522 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_ReadCharacteristic()
641 tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_WriteCharValue()
740 void BTA_GATTC_PrepareWrite (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_PrepareWrite()
814 void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id) in BTA_GATTC_SendIndConfirm()
[all …]
Dbta_gattc_int.h308 tBTA_GATTC_CHAR_ID char_id;
467 extern BOOLEAN bta_gattc_charid_compare(tBTA_GATTC_CHAR_ID *p_src, tBTA_GATTC_CHAR_ID *p_tar);
Dbta_gattc_utils.c540 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/btif/src/
Dbtif_gatt_client.c466 tBTA_GATTC_CHAR_ID in_char_id; in btgattc_handle_event()
467 tBTA_GATTC_CHAR_ID out_char_id; in btgattc_handle_event()