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

/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h216 }tBTA_GATTC_CHAR_ID; typedef in typeref:struct:__anon767
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_char_id,
899 tBTA_GATTC_CHAR_ID *p_char_id,
934 tBTA_GATTC_CHAR_ID *p_char_i
[all...]
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_api.c316 tBTA_GATTC_CHAR_ID *p_char_result,
354 tBTA_GATTC_CHAR_ID *p_start_char_id,
356 tBTA_GATTC_CHAR_ID *p_char_result,
395 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
416 memcpy(&p_descr_result->char_id, p_char_id, sizeof(tBTA_GATTC_CHAR_ID));
460 memcpy(&p_descr_result->char_id, p_start_descr_id, sizeof(tBTA_GATTC_CHAR_ID));
562 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
685 tBTA_GATTC_CHAR_ID *p_char_id,
785 void BTA_GATTC_PrepareWrite (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
859 void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_i
[all...]
H A 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);
H A Dbta_gattc_utils.c542 ** Description compare two tBTA_GATTC_CHAR_ID type of pointer
547 BOOLEAN bta_gattc_charid_compare(tBTA_GATTC_CHAR_ID *p_src, tBTA_GATTC_CHAR_ID *p_tar)
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c603 tBTA_GATTC_CHAR_ID char_id;
805 tBTA_GATTC_CHAR_ID char_id;
918 tBTA_GATTC_CHAR_ID char_id;
1011 tBTA_GATTC_CHAR_ID char_id;
1071 tBTA_GATTC_CHAR_ID char_id;
1111 tBTA_GATTC_CHAR_ID *p_char_id,
1115 tBTA_GATTC_CHAR_ID char_result;
1666 tBTA_GATTC_CHAR_ID char_result;
1752 tBTA_GATTC_CHAR_ID char_result;
2507 tBTA_GATTC_CHAR_ID char_i
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c1074 tBTA_GATTC_CHAR_ID in_char_id;
1075 tBTA_GATTC_CHAR_ID out_char_id;

Completed in 109 milliseconds