Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_le.c154 list_node_t *op_node = list_foreach(gatt_op_queue, find_op_by_conn_id, &conn_id); in gatt_execute_next_op() local
155 if (op_node == NULL) { in gatt_execute_next_op()
159 gatt_operation *op = list_node(op_node); in gatt_execute_next_op()