Searched refs:tBTA_GATTC_OP_CMPL (Results 1 – 2 of 2) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_act.c | 936 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_cfg_mtu() 946 memset(&op_cmpl, 0, sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_cfg_mtu() 1094 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_read() 1097 memset (&op_cmpl, 0 ,sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_read() 1139 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_read_multi() 1188 memset(&op_cmpl, 0, sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_read_multi() 1211 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_write() 1239 memset(&op_cmpl, 0, sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_write() 1259 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_execute() 1268 memset(&op_cmpl, 0, sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_execute() [all …]
|
D | bta_gattc_int.h | 169 }tBTA_GATTC_OP_CMPL; typedef 231 tBTA_GATTC_OP_CMPL op_cmpl;
|