Home
last modified time | relevance | path

Searched refs:gatt_op_queue (Results 1 – 1 of 1) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_le.c87 static list_t *gatt_op_queue = NULL; // list of gatt_operation variable
126 list_remove(gatt_op_queue, data); in rm_op_by_conn_id()
132 if (gatt_op_queue) in gatt_op_queue_clean()
133 list_foreach(gatt_op_queue, rm_op_by_conn_id, &conn_id); in gatt_op_queue_clean()
149 if (!gatt_op_queue || list_is_empty(gatt_op_queue)) { in gatt_execute_next_op()
154 list_node_t *op_node = list_foreach(gatt_op_queue, find_op_by_conn_id, &conn_id); in gatt_execute_next_op()
171 list_remove(gatt_op_queue, op); in gatt_execute_next_op()
178 list_remove(gatt_op_queue, op); in gatt_execute_next_op()
185 list_remove(gatt_op_queue, op); in gatt_execute_next_op()
196 list_remove(gatt_op_queue, op); in gatt_execute_next_op()
[all …]