Lines Matching refs:cb
32 GATT_READ_OP_CB cb; member
48 GATT_READ_OP_CB tmp_cb = tmp->cb; in gatt_read_op_finished()
63 GATT_WRITE_OP_CB cb; member
70 GATT_WRITE_OP_CB tmp_cb = tmp->cb; in gatt_write_op_finished()
85 GATT_CONFIGURE_MTU_OP_CB cb; member
93 GATT_CONFIGURE_MTU_OP_CB tmp_cb = tmp->cb; in gatt_configure_mtu_op_finished()
135 data->cb = op.read_cb; in gatt_execute_next_op()
143 data->cb = op.read_cb; in gatt_execute_next_op()
151 data->cb = op.write_cb; in gatt_execute_next_op()
160 data->cb = op.write_cb; in gatt_execute_next_op()
167 data->cb = op.mtu_cb; in gatt_execute_next_op()
183 GATT_READ_OP_CB cb, void* cb_data) { in ReadCharacteristic() argument
186 .read_cb = cb, in ReadCharacteristic()
192 GATT_READ_OP_CB cb, void* cb_data) { in ReadDescriptor() argument
195 .read_cb = cb, in ReadDescriptor()
203 GATT_WRITE_OP_CB cb, void* cb_data) { in WriteCharacteristic() argument
206 .write_cb = cb, in WriteCharacteristic()
216 GATT_WRITE_OP_CB cb, void* cb_data) { in WriteDescriptor() argument
219 .write_cb = cb, in WriteDescriptor()