Searched refs:tGATT_READ_PARAM (Results 1 – 5 of 5) sorted by relevance
218 tGATT_READ_PARAM param; in dis_gatt_c_read_dis_req()220 memset(¶m, 0, sizeof(tGATT_READ_PARAM)); in dis_gatt_c_read_dis_req()
465 } tGATT_READ_PARAM; typedef848 tGATT_READ_PARAM* p_read);
247 tGATT_READ_PARAM param; in send_cl_read_request()248 memset(¶m, 0, sizeof(tGATT_READ_PARAM)); in send_cl_read_request()
739 tGATT_READ_PARAM read_param; in bta_gattc_read()740 memset(&read_param, 0, sizeof(tGATT_READ_PARAM)); in bta_gattc_read()745 tGATT_READ_PARAM read_param; in bta_gattc_read()769 tGATT_READ_PARAM read_param; in bta_gattc_read_multi()770 memset(&read_param, 0, sizeof(tGATT_READ_PARAM)); in bta_gattc_read_multi()
683 tGATT_READ_PARAM* p_read) { in GATTC_Read()