Searched refs:tBTA_GATTC_OP_CMPL (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 916 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_cfg_mtu() 926 memset(&op_cmpl, 0, sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_cfg_mtu() 1074 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_read() 1077 memset (&op_cmpl, 0 ,sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_read() 1119 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_read_multi() 1168 memset(&op_cmpl, 0, sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_read_multi() 1191 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_write() 1219 memset(&op_cmpl, 0, sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_write() 1239 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_execute() 1248 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;
|