Searched refs:tBTA_GATTC_CHAR_DESCR_ID (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/include/ |
D | bta_gatt_api.h | 222 }tBTA_GATTC_CHAR_DESCR_ID; typedef 240 tBTA_GATTC_CHAR_DESCR_ID char_descr_id; 296 tBTA_GATTC_CHAR_DESCR_ID pre_format[BTA_GATTC_MULTI_MAX]; 814 tBTA_GATTC_CHAR_DESCR_ID *p_descr_result); 835 tBTA_GATTC_CHAR_DESCR_ID *p_start_descr_id, 837 tBTA_GATTC_CHAR_DESCR_ID *p_descr_result); 915 tBTA_GATTC_CHAR_DESCR_ID *p_char_descr_id, 955 tBTA_GATTC_CHAR_DESCR_ID *p_char_descr_id,
|
/system/bt/bta/gatt/ |
D | bta_gattc_api.c | 397 tBTA_GATTC_CHAR_DESCR_ID *p_descr_result) in BTA_GATTC_GetFirstCharDescr() 404 memset(p_descr_result, 0, sizeof(tBTA_GATTC_CHAR_DESCR_ID)); in BTA_GATTC_GetFirstCharDescr() 440 tBTA_GATTC_CHAR_DESCR_ID *p_start_descr_id, in BTA_GATTC_GetNextCharDescr() 442 tBTA_GATTC_CHAR_DESCR_ID *p_descr_result) in BTA_GATTC_GetNextCharDescr() 449 memset(p_descr_result, 0, sizeof(tBTA_GATTC_CHAR_DESCR_ID)); in BTA_GATTC_GetNextCharDescr() 597 tBTA_GATTC_CHAR_DESCR_ID *p_descr_id, in BTA_GATTC_ReadCharDescr() 732 tBTA_GATTC_CHAR_DESCR_ID *p_char_descr_id, in BTA_GATTC_WriteCharDescr()
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 608 tBTA_GATTC_CHAR_DESCR_ID descr_id; in bta_hh_le_read_char_dscrpt() 923 tBTA_GATTC_CHAR_DESCR_ID descr_id; in bta_hh_le_write_char_clt_cfg()
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 1152 tBTA_GATTC_CHAR_DESCR_ID in_char_descr_id; in btgattc_handle_event() 1153 tBTA_GATTC_CHAR_DESCR_ID out_char_descr_id; in btgattc_handle_event()
|