Searched refs:srv_inst (Results 1 – 1 of 1) sorted by relevance
171 struct bt_tbs_server_inst *srv_inst; in lookup_inst_by_handle() local177 srv_inst = &srv_insts[conn_index]; in lookup_inst_by_handle()179 inst = tbs_instance_find(srv_inst, is_instance_handle, UINT_TO_POINTER(handle)); in lookup_inst_by_handle()802 static bool gtbs_found(struct bt_tbs_server_inst *srv_inst) in gtbs_found() argument805 return srv_inst->gtbs_inst.start_handle != 0; in gtbs_found()811 static uint8_t inst_cnt(struct bt_tbs_server_inst *srv_inst) in inst_cnt() argument814 return srv_inst->inst_cnt; in inst_cnt()822 struct bt_tbs_server_inst *srv_inst = &srv_insts[bt_conn_index(conn)]; in tbs_client_discover_complete() local828 srv_inst->current_inst = NULL; in tbs_client_discover_complete()831 atomic_clear_bit(srv_inst->gtbs_inst.flags, BT_TBS_CLIENT_FLAG_BUSY); in tbs_client_discover_complete()[all …]