Searched refs:tGATT_READ_PARAM (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/srvc/ |
D | srvc_dis.c | 229 tGATT_READ_PARAM param; in dis_gatt_c_read_dis_req() 231 memset(¶m, 0, sizeof(tGATT_READ_PARAM)); in dis_gatt_c_read_dis_req()
|
/system/bt/stack/include/ |
D | gatt_api.h | 468 } tGATT_READ_PARAM; typedef 952 tGATT_READ_PARAM *p_read);
|
/system/bt/stack/gap/ |
D | gap_ble.c | 512 tGATT_READ_PARAM param; in gap_ble_send_cl_read_request() 518 memset(¶m, 0, sizeof(tGATT_READ_PARAM)); in gap_ble_send_cl_read_request()
|
/system/bt/bta/gatt/ |
D | bta_gattc_act.c | 1089 tGATT_READ_PARAM read_param; in bta_gattc_read() 1090 memset (&read_param, 0 ,sizeof(tGATT_READ_PARAM)); in bta_gattc_read() 1117 tGATT_READ_PARAM read_param; in bta_gattc_read_multi() 1121 memset(&read_param, 0, sizeof(tGATT_READ_PARAM)); in bta_gattc_read_multi()
|
/system/bt/stack/gatt/ |
D | gatt_api.c | 894 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read) in GATTC_Read()
|