Searched refs:tGATT_READ_PARAM (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 1168 tGATT_READ_PARAM read_param; in BTA_GATTC_ReadLongChar() 1171 memset (&read_param, 0, sizeof(tGATT_READ_PARAM)); in BTA_GATTC_ReadLongChar() 1188 tGATT_READ_PARAM read_param; in BTA_GATTC_ReadMultiVariableChar() 1196 memset (&read_param, 0, sizeof(tGATT_READ_PARAM)); in BTA_GATTC_ReadMultiVariableChar()
|
D | bta_gattc_act.c | 1103 tGATT_READ_PARAM read_param; in bta_gattc_read() 1104 memset (&read_param, 0 ,sizeof(tGATT_READ_PARAM)); in bta_gattc_read() 1130 tGATT_READ_PARAM read_param; in bta_gattc_read_by_type() 1131 memset (&read_param, 0 ,sizeof(tGATT_READ_PARAM)); in bta_gattc_read_by_type() 1155 tGATT_READ_PARAM read_param; in bta_gattc_read_multi() 1158 memset(&read_param, 0, sizeof(tGATT_READ_PARAM)); in bta_gattc_read_multi()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 487 } tGATT_READ_PARAM; typedef 998 tGATT_READ_PARAM *p_read);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 539 tGATT_READ_PARAM param; in gap_ble_send_cl_read_request() 544 memset(¶m, 0, sizeof(tGATT_READ_PARAM)); in gap_ble_send_cl_read_request()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 959 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read) in GATTC_Read()
|