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

/system/bt/bta/include/
H A Dbta_gatt_api.h216 }tBTA_GATTC_CHAR_ID; typedef in typeref:struct:__anon353
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_i
[all...]
/system/bt/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.c545 ** Description compare two tBTA_GATTC_CHAR_ID type of pointer
550 BOOLEAN bta_gattc_charid_compare(tBTA_GATTC_CHAR_ID *p_src, tBTA_GATTC_CHAR_ID *p_tar)
/system/bt/bta/hh/
H A Dbta_hh_le.c606 tBTA_GATTC_CHAR_ID char_id;
808 tBTA_GATTC_CHAR_ID char_id;
921 tBTA_GATTC_CHAR_ID char_id;
1014 tBTA_GATTC_CHAR_ID char_id;
1074 tBTA_GATTC_CHAR_ID char_id;
1114 tBTA_GATTC_CHAR_ID *p_char_id,
1118 tBTA_GATTC_CHAR_ID char_result;
1669 tBTA_GATTC_CHAR_ID char_result;
1755 tBTA_GATTC_CHAR_ID char_result;
2511 tBTA_GATTC_CHAR_ID char_i
[all...]
/system/bt/btif/src/
H A Dbtif_gatt_client.c1150 tBTA_GATTC_CHAR_ID in_char_id;
1151 tBTA_GATTC_CHAR_ID out_char_id;

Completed in 98 milliseconds