/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_features.h | 7 static inline void feature_unmask_features(struct ll_conn *conn, uint64_t ll_feat_mask) in feature_unmask_features() 12 static inline bool feature_le_encryption(struct ll_conn *conn) in feature_le_encryption() 21 static inline bool feature_conn_param_req(struct ll_conn *conn) in feature_conn_param_req() 30 static inline bool feature_ext_rej_ind(struct ll_conn *conn) in feature_ext_rej_ind() 39 static inline bool feature_periph_feat_req(struct ll_conn *conn) in feature_periph_feat_req() 48 static inline bool feature_le_ping(struct ll_conn *conn) in feature_le_ping() 57 static inline bool feature_dle(struct ll_conn *conn) in feature_dle() 66 static inline bool feature_privacy(struct ll_conn *conn) in feature_privacy() 75 static inline bool feature_ext_scan(struct ll_conn *conn) in feature_ext_scan() 84 static inline bool feature_chan_sel_2(struct ll_conn *conn) in feature_chan_sel_2() [all …]
|
D | ull_llcp_local.c | 76 void llcp_lr_check_done(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lr_check_done() 122 static void lr_set_state(struct ll_conn *conn, enum lr_state state) in lr_set_state() 127 void llcp_lr_enqueue(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lr_enqueue() 140 static struct proc_ctx *lr_dequeue(struct ll_conn *conn) in lr_dequeue() 157 struct proc_ctx *llcp_lr_peek(struct ll_conn *conn) in llcp_lr_peek() 173 struct proc_ctx *llcp_lr_peek_proc(struct ll_conn *conn, uint8_t proc) in llcp_lr_peek_proc() 194 bool llcp_lr_ispaused(struct ll_conn *conn) in llcp_lr_ispaused() 199 void llcp_lr_pause(struct ll_conn *conn) in llcp_lr_pause() 204 void llcp_lr_resume(struct ll_conn *conn) in llcp_lr_resume() 209 void llcp_lr_prt_restart(struct ll_conn *conn) in llcp_lr_prt_restart() [all …]
|
D | ull_llcp_remote.c | 113 void llcp_rr_check_done(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rr_check_done() 130 static void rr_set_state(struct ll_conn *conn, enum rr_state state) in rr_set_state() 135 void llcp_rr_set_incompat(struct ll_conn *conn, enum proc_incompat incompat) in llcp_rr_set_incompat() 140 void llcp_rr_set_paused_cmd(struct ll_conn *conn, enum llcp_proc proc) in llcp_rr_set_paused_cmd() 147 enum llcp_proc llcp_rr_get_paused_cmd(struct ll_conn *conn) in llcp_rr_get_paused_cmd() 156 static enum proc_incompat rr_get_incompat(struct ll_conn *conn) in rr_get_incompat() 161 static void rr_set_collision(struct ll_conn *conn, bool collision) in rr_set_collision() 166 bool llcp_rr_get_collision(struct ll_conn *conn) in llcp_rr_get_collision() 171 static void rr_enqueue(struct ll_conn *conn, struct proc_ctx *ctx) in rr_enqueue() 176 static struct proc_ctx *rr_dequeue(struct ll_conn *conn) in rr_dequeue() [all …]
|
D | ull_llcp_common.c | 143 static void lp_comm_tx(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_tx() 234 static void lp_comm_ntf_feature_exchange(struct ll_conn *conn, struct proc_ctx *ctx, in lp_comm_ntf_feature_exchange() 250 static void lp_comm_ntf_version_ind(struct ll_conn *conn, struct proc_ctx *ctx, in lp_comm_ntf_version_ind() 264 static void lp_comm_ntf_length_change(struct ll_conn *conn, struct proc_ctx *ctx, in lp_comm_ntf_length_change() 273 static void lp_comm_complete_cte_req_finalize(struct ll_conn *conn) in lp_comm_complete_cte_req_finalize() 279 static void lp_comm_ntf_cte_req(struct ll_conn *conn, struct proc_ctx *ctx, struct pdu_data *pdu) in lp_comm_ntf_cte_req() 300 static void lp_comm_ntf_cte_req_tx(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_ntf_cte_req_tx() 307 static void lp_comm_complete_cte_req(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_complete_cte_req() 373 static void lp_comm_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_ntf() 429 static void lp_comm_terminate_invalid_pdu(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_terminate_invalid_pdu() [all …]
|
D | ull_conn_internal.h | 50 static inline void cpr_active_check_and_set(struct ll_conn *conn) in cpr_active_check_and_set() 57 static inline void cpr_active_set(struct ll_conn *conn) in cpr_active_set() 62 static inline bool cpr_active_is_set(struct ll_conn *conn) in cpr_active_is_set() 67 static inline void cpr_active_check_and_reset(struct ll_conn *conn) in cpr_active_check_and_reset()
|
D | ull_llcp_enc.c | 145 static void enc_setup_lll(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t role) in enc_setup_lll() 180 static struct node_tx *llcp_lp_enc_tx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in llcp_lp_enc_tx() 220 static void lp_enc_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in lp_enc_ntf() 250 static void lp_enc_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_enc_complete() 257 static void lp_enc_store_m(struct ll_conn *conn, struct proc_ctx *ctx, struct pdu_data *pdu) in lp_enc_store_m() 268 static void lp_enc_send_enc_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_send_enc_req() 288 static void lp_enc_send_pause_enc_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_send_pause_enc_req() 301 static void lp_enc_send_pause_enc_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_send_pause_enc_rsp() 321 static void lp_enc_send_start_enc_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_send_start_enc_rsp() 342 static void lp_enc_st_unencrypted(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_st_unencrypted() [all …]
|
D | ull_llcp_phy.c | 145 static void pu_prep_update_ind(struct ll_conn *conn, struct proc_ctx *ctx) in pu_prep_update_ind() 164 static uint8_t pu_select_phy_timing_restrict(struct ll_conn *conn, uint8_t phy_tx) in pu_select_phy_timing_restrict() 180 static void pu_set_timing_restrict(struct ll_conn *conn, uint8_t phy_tx) in pu_set_timing_restrict() 187 static void pu_reset_timing_restrict(struct ll_conn *conn) in pu_reset_timing_restrict() 201 static uint8_t pu_check_update_ind(struct ll_conn *conn, struct proc_ctx *ctx) in pu_check_update_ind() 229 static uint8_t pu_apply_phy_update(struct ll_conn *conn, struct proc_ctx *ctx) in pu_apply_phy_update() 284 static uint8_t pu_update_eff_times(struct ll_conn *conn, struct proc_ctx *ctx) in pu_update_eff_times() 320 static inline void pu_set_preferred_phys(struct ll_conn *conn, struct proc_ctx *ctx) in pu_set_preferred_phys() 333 static inline void pu_combine_phys(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t tx, in pu_combine_phys() 358 static void pu_prepare_instant(struct ll_conn *conn, struct proc_ctx *ctx) in pu_prepare_instant() [all …]
|
D | ull_llcp_conn_upd.c | 153 static bool cu_have_params_changed(struct ll_conn *conn, uint16_t interval, uint16_t latency, in cu_have_params_changed() 165 static void cu_update_conn_parameters(struct ll_conn *conn, struct proc_ctx *ctx) in cu_update_conn_parameters() 177 static bool cu_check_conn_parameters(struct ll_conn *conn, struct proc_ctx *ctx) in cu_check_conn_parameters() 199 static void cu_prepare_update_ind(struct ll_conn *conn, struct proc_ctx *ctx) in cu_prepare_update_ind() 238 static void cu_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in cu_ntf() 275 static void lp_cu_tx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in lp_cu_tx() 328 static void lp_cu_complete(struct ll_conn *conn, struct proc_ctx *ctx) in lp_cu_complete() 341 static void lp_cu_ntf_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_ntf_complete() 349 static void lp_cu_send_reject_ext_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_send_reject_ext_ind() 361 static void lp_cu_send_conn_param_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_send_conn_param_req() [all …]
|
D | ull_llcp.c | 107 void ull_cp_update_tx_buffer_queue(struct ll_conn *conn) in ull_cp_update_tx_buffer_queue() 120 static inline bool static_tx_buffer_available(struct ll_conn *conn, struct proc_ctx *ctx) in static_tx_buffer_available() 138 bool llcp_tx_alloc_peek(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc_peek() 181 struct node_tx *llcp_tx_alloc(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc() 205 bool llcp_tx_alloc_peek(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc_peek() 217 struct node_tx *llcp_tx_alloc(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc() 256 void llcp_tx_enqueue(struct ll_conn *conn, struct node_tx *tx) in llcp_tx_enqueue() 261 void llcp_tx_pause_data(struct ll_conn *conn, enum llcp_tx_q_pause_data_mask pause_mask) in llcp_tx_pause_data() 272 void llcp_tx_resume_data(struct ll_conn *conn, enum llcp_tx_q_pause_data_mask resume_mask) in llcp_tx_resume_data() 294 void llcp_nodes_release(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_nodes_release() [all …]
|
D | ull_llcp_cc.c | 56 static void cc_ntf_established(struct ll_conn *conn, struct proc_ctx *ctx) in cc_ntf_established() 136 static void llcp_rp_cc_tx_rsp(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_tx_rsp() 188 static void llcp_rp_cc_tx_reject(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in llcp_rp_cc_tx_reject() 208 static void rp_cc_ntf_create(struct ll_conn *conn, struct proc_ctx *ctx) in rp_cc_ntf_create() 228 static void rp_cc_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_cc_complete() 235 static void rp_cc_send_cis_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_send_cis_rsp() 249 static void rp_cc_send_reject_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_send_reject_ind() 284 static void rp_cc_state_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_idle() 305 static uint8_t rp_cc_check_phy(struct ll_conn *conn, struct proc_ctx *ctx, in rp_cc_check_phy() 327 static void rp_cc_state_wait_rx_cis_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_rx_cis_req() [all …]
|
D | ull_llcp_chmu.c | 85 static void lp_chmu_tx(struct ll_conn *conn, struct proc_ctx *ctx) in lp_chmu_tx() 105 static void lp_chmu_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_chmu_complete() 112 static void lp_chmu_send_channel_map_update_ind(struct ll_conn *conn, struct proc_ctx *ctx, in lp_chmu_send_channel_map_update_ind() 129 static void lp_chmu_st_wait_tx_chan_map_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_chmu_st_wait_tx_chan_map_ind() 142 static void lp_chmu_check_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_chmu_check_instant() 153 static void lp_chmu_st_wait_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_chmu_st_wait_instant() 166 static void lp_chmu_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_chmu_execute_fsm() 186 void llcp_lp_chmu_rx(struct ll_conn *conn, struct proc_ctx *ctx, struct node_rx_pdu *rx) in llcp_lp_chmu_rx() 206 void llcp_lp_chmu_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_lp_chmu_run() 221 static void rp_chmu_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_chmu_complete() [all …]
|
/Zephyr-Core-3.4.0/tests/bluetooth/audio/mocks/src/ |
D | conn.c | 11 uint8_t bt_conn_index(const struct bt_conn *conn) in bt_conn_index() 16 int bt_conn_get_info(const struct bt_conn *conn, struct bt_conn_info *info) in bt_conn_get_info() 23 struct bt_conn *bt_conn_ref(struct bt_conn *conn) in bt_conn_ref() 28 void bt_conn_unref(struct bt_conn *conn) in bt_conn_unref() 33 void mock_bt_conn_disconnected(struct bt_conn *conn, uint8_t err) in mock_bt_conn_disconnected()
|
/Zephyr-Core-3.4.0/samples/bluetooth/handsfree/src/ |
D | main.c | 21 static void connected(struct bt_conn *conn) in connected() 26 static void disconnected(struct bt_conn *conn) in disconnected() 31 static void service(struct bt_conn *conn, uint32_t value) in service() 36 static void call(struct bt_conn *conn, uint32_t value) in call() 41 static void call_setup(struct bt_conn *conn, uint32_t value) in call_setup() 46 static void call_held(struct bt_conn *conn, uint32_t value) in call_held() 51 static void signal(struct bt_conn *conn, uint32_t value) in signal() 56 static void roam(struct bt_conn *conn, uint32_t value) in roam() 61 static void battery(struct bt_conn *conn, uint32_t value) in battery() 66 static void ring_cb(struct bt_conn *conn) in ring_cb()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | conn.c | 68 static void conn_tx_destroy(struct bt_conn *conn, struct bt_conn_tx *tx) in conn_tx_destroy() 145 struct k_sem *bt_conn_get_pkts(struct bt_conn *conn) in bt_conn_get_pkts() 209 static void tx_notify(struct bt_conn *conn) in tx_notify() 249 struct bt_conn *conn = NULL; in bt_conn_new() local 275 void bt_conn_reset_rx_state(struct bt_conn *conn) in bt_conn_reset_rx_state() 285 static void bt_acl_recv(struct bt_conn *conn, struct net_buf *buf, in bt_acl_recv() 372 void bt_conn_recv(struct bt_conn *conn, struct net_buf *buf, uint8_t flags) in bt_conn_recv() 416 int bt_conn_send_iso_cb(struct bt_conn *conn, struct net_buf *buf, in bt_conn_send_iso_cb() 434 int bt_conn_send_cb(struct bt_conn *conn, struct net_buf *buf, in bt_conn_send_cb() 490 static int send_acl(struct bt_conn *conn, struct net_buf *buf, uint8_t flags) in send_acl() [all …]
|
D | ssp.c | 61 static int pin_code_reply(struct bt_conn *conn, const char *pin, uint8_t len) in pin_code_reply() 82 int bt_conn_auth_pincode_entry(struct bt_conn *conn, const char *pin) in bt_conn_auth_pincode_entry() 116 static void pin_code_req(struct bt_conn *conn) in pin_code_req() 154 static uint8_t ssp_pair_method(const struct bt_conn *conn) in ssp_pair_method() 159 static uint8_t ssp_get_auth(const struct bt_conn *conn) in ssp_get_auth() 177 static int ssp_confirm_reply(struct bt_conn *conn) in ssp_confirm_reply() 195 static int ssp_confirm_neg_reply(struct bt_conn *conn) in ssp_confirm_neg_reply() 214 static void ssp_pairing_complete(struct bt_conn *conn, uint8_t status) in ssp_pairing_complete() 238 static void ssp_auth(struct bt_conn *conn, uint32_t passkey) in ssp_auth() 286 static int ssp_passkey_reply(struct bt_conn *conn, unsigned int passkey) in ssp_passkey_reply() [all …]
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | client.c | 21 struct bt_conn *conn; in client_round_0() local 48 struct bt_conn *conn; in client_round_1() local 64 struct bt_conn *conn; in client_round_2() local 89 struct bt_conn *conn; in client_round_3() local 113 struct bt_conn *conn; in client_round_4() local 142 struct bt_conn *conn; in client_round_6() local
|
D | server.c | 29 struct bt_conn *conn; in server_round_0() local 40 struct bt_conn *conn; in server_round_1() local 61 struct bt_conn *conn; in server_round_2() local 78 struct bt_conn *conn; in server_round_3() local 97 struct bt_conn *conn; in server_round_4() local 119 struct bt_conn *conn; in server_round_6() local
|
D | utils.c | 30 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() 37 static void connected(struct bt_conn *conn, uint8_t err) in connected() 49 void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() 67 struct bt_conn *conn; in scan_connect_to_first_result_device_found() local 114 void disconnect(struct bt_conn *conn) in disconnect() 141 static void pairing_failed(struct bt_conn *conn, enum bt_security_err reason) in pairing_failed() 146 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() 159 void set_security(struct bt_conn *conn, bt_security_t sec) in set_security() 177 void bond(struct bt_conn *conn) in bond() 205 struct bt_conn *conn; in connect_as_central() local [all …]
|
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral_sc_only/src/ |
D | main.c | 27 static void connected(struct bt_conn *conn, uint8_t err) in connected() 45 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() 54 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() 66 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() 88 static void auth_passkey_display(struct bt_conn *conn, unsigned int passkey) in auth_passkey_display() 97 static void auth_cancel(struct bt_conn *conn) in auth_cancel() 106 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() 111 static void pairing_failed(struct bt_conn *conn, enum bt_security_err reason) in pairing_failed()
|
/Zephyr-Core-3.4.0/tests/bluetooth/df/common/src/ |
D | bt_conn_common.c | 33 struct ll_conn *conn; in ut_bt_create_connection() local 56 struct ll_conn *conn; in ut_bt_destroy_connection() local 66 struct ll_conn *conn; in ut_bt_set_peer_features() local 77 struct ll_conn *conn; in ut_bt_set_periph_latency() local
|
/Zephyr-Core-3.4.0/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 22 static void write_cmd_cb(struct bt_conn *conn, void *user_data) in write_cmd_cb() 57 static void mtu_exchange_cb(struct bt_conn *conn, uint8_t err, in mtu_exchange_cb() 65 static int mtu_exchange(struct bt_conn *conn) in mtu_exchange() 82 static void connected(struct bt_conn *conn, uint8_t conn_err) in connected() 118 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() 144 static bool le_param_req(struct bt_conn *conn, struct bt_le_conn_param *param) in le_param_req() 153 static void le_param_updated(struct bt_conn *conn, uint16_t interval, in le_param_updated() 161 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() 178 int write_cmd(struct bt_conn *conn) in write_cmd()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | tbs_client.c | 71 static struct bt_tbs_instance *tbs_inst_by_index(struct bt_conn *conn, uint8_t index) in tbs_inst_by_index() 97 static uint8_t tbs_index(struct bt_conn *conn, const struct bt_tbs_instance *inst) in tbs_index() 130 static struct bt_tbs_instance *lookup_inst_by_handle(struct bt_conn *conn, in lookup_inst_by_handle() 211 static void bearer_list_current_calls(struct bt_conn *conn, const struct bt_tbs_instance *inst, in bearer_list_current_calls() 249 static void call_cp_callback_handler(struct bt_conn *conn, int err, in call_cp_callback_handler() 319 static void provider_name_notify_handler(struct bt_conn *conn, in provider_name_notify_handler() 335 static void technology_notify_handler(struct bt_conn *conn, in technology_notify_handler() 355 static void signal_strength_notify_handler(struct bt_conn *conn, in signal_strength_notify_handler() 376 static void current_calls_notify_handler(struct bt_conn *conn, in current_calls_notify_handler() 393 static void status_flags_notify_handler(struct bt_conn *conn, in status_flags_notify_handler() [all …]
|
/Zephyr-Core-3.4.0/tests/bluetooth/audio/ascs/src/ |
D | test_ase_state_transition.c | 36 struct bt_conn conn; member 83 struct bt_conn *conn = &fixture->conn; in ZTEST_F() local 98 struct bt_conn *conn = &fixture->conn; in ZTEST_F() local 115 struct bt_conn *conn = &fixture->conn; in ZTEST_F() local 132 struct bt_conn *conn = &fixture->conn; in ZTEST_F() local 149 struct bt_conn *conn = &fixture->conn; in ZTEST_F() local 166 struct bt_conn *conn = &fixture->conn; in ZTEST_F() local 184 struct bt_conn *conn = &fixture->conn; in ZTEST_F() local 201 struct bt_conn *conn = &fixture->conn; in ZTEST_F() local 218 struct bt_conn *conn = &fixture->conn; in ZTEST_F() local [all …]
|
/Zephyr-Core-3.4.0/samples/boards/reel_board/mesh_badge/src/ |
D | main.c | 25 static ssize_t read_name(struct bt_conn *conn, const struct bt_gatt_attr *attr, in read_name() 34 static ssize_t write_name(struct bt_conn *conn, const struct bt_gatt_attr *attr, in write_name() 86 static void passkey_display(struct bt_conn *conn, unsigned int passkey) in passkey_display() 96 static void passkey_cancel(struct bt_conn *conn) in passkey_cancel() 101 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() 107 static void pairing_failed(struct bt_conn *conn, enum bt_security_err reason) in pairing_failed() 123 static void connected(struct bt_conn *conn, uint8_t err) in connected() 134 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected()
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/ |
D | tbs_client_test.c | 41 static void tbs_client_call_states_cb(struct bt_conn *conn, int err, in tbs_client_call_states_cb() 60 static void tbs_client_read_bearer_provider_name(struct bt_conn *conn, int err, in tbs_client_read_bearer_provider_name() 76 static void tbs_client_discover_cb(struct bt_conn *conn, int err, in tbs_client_discover_cb() 91 static void tbs_client_read_ccid_cb(struct bt_conn *conn, int err, in tbs_client_read_ccid_cb() 112 static void tbs_client_originate_call_cb(struct bt_conn *conn, int err, in tbs_client_originate_call_cb() 120 static void tbs_client_hold_call_cb(struct bt_conn *conn, int err, in tbs_client_hold_call_cb() 133 static void tbs_client_retrieve_call_cb(struct bt_conn *conn, int err, in tbs_client_retrieve_call_cb() 146 static void tbs_client_technology_cb(struct bt_conn *conn, int err, in tbs_client_technology_cb() 161 static void tbs_client_signal_strength_cb(struct bt_conn *conn, int err, in tbs_client_signal_strength_cb() 176 static void tbs_client_signal_interval_cb(struct bt_conn *conn, int err, in tbs_client_signal_interval_cb() [all …]
|