/Zephyr-latest/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 void feature_unmask_peer_features(struct ll_conn *conn, uint64_t ll_feat_mask) in feature_unmask_peer_features() 17 static inline bool feature_le_encryption(struct ll_conn *conn) in feature_le_encryption() 26 static inline bool feature_conn_param_req(struct ll_conn *conn) in feature_conn_param_req() 35 static inline bool feature_ext_rej_ind(struct ll_conn *conn) in feature_ext_rej_ind() 44 static inline bool feature_periph_feat_req(struct ll_conn *conn) in feature_periph_feat_req() 53 static inline bool feature_le_ping(struct ll_conn *conn) in feature_le_ping() 62 static inline bool feature_dle(struct ll_conn *conn) in feature_dle() 71 static inline bool feature_privacy(struct ll_conn *conn) in feature_privacy() 80 static inline bool feature_ext_scan(struct ll_conn *conn) in feature_ext_scan() [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() 128 static void lr_set_state(struct ll_conn *conn, enum lr_state state) in lr_set_state() 133 void llcp_lr_enqueue(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lr_enqueue() 146 static struct proc_ctx *lr_dequeue(struct ll_conn *conn) in lr_dequeue() 163 struct proc_ctx *llcp_lr_peek(struct ll_conn *conn) in llcp_lr_peek() 179 struct proc_ctx *llcp_lr_peek_proc(struct ll_conn *conn, uint8_t proc) in llcp_lr_peek_proc() 200 bool llcp_lr_ispaused(struct ll_conn *conn) in llcp_lr_ispaused() 205 void llcp_lr_pause(struct ll_conn *conn) in llcp_lr_pause() 210 void llcp_lr_resume(struct ll_conn *conn) in llcp_lr_resume() 215 void llcp_lr_prt_restart(struct ll_conn *conn) in llcp_lr_prt_restart() [all …]
|
D | ull_llcp_remote.c | 114 void llcp_rr_check_done(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rr_check_done() 137 static void rr_set_state(struct ll_conn *conn, enum rr_state state) in rr_set_state() 142 void llcp_rr_set_incompat(struct ll_conn *conn, enum proc_incompat incompat) in llcp_rr_set_incompat() 147 void llcp_rr_set_paused_cmd(struct ll_conn *conn, enum llcp_proc proc) in llcp_rr_set_paused_cmd() 154 enum llcp_proc llcp_rr_get_paused_cmd(struct ll_conn *conn) in llcp_rr_get_paused_cmd() 163 static enum proc_incompat rr_get_incompat(struct ll_conn *conn) in rr_get_incompat() 168 static void rr_set_collision(struct ll_conn *conn, bool collision) in rr_set_collision() 173 bool llcp_rr_get_collision(struct ll_conn *conn) in llcp_rr_get_collision() 178 static void rr_enqueue(struct ll_conn *conn, struct proc_ctx *ctx) in rr_enqueue() 183 static struct proc_ctx *rr_dequeue(struct ll_conn *conn) in rr_dequeue() [all …]
|
D | ull_llcp_common.c | 155 static void lp_comm_tx(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_tx() 246 static void lp_comm_ntf_feature_exchange(struct ll_conn *conn, struct proc_ctx *ctx, in lp_comm_ntf_feature_exchange() 262 static void lp_comm_ntf_version_ind(struct ll_conn *conn, struct proc_ctx *ctx, in lp_comm_ntf_version_ind() 276 static void lp_comm_ntf_length_change(struct ll_conn *conn, struct proc_ctx *ctx, in lp_comm_ntf_length_change() 285 static void lp_comm_complete_cte_req_finalize(struct ll_conn *conn) in lp_comm_complete_cte_req_finalize() 291 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() 312 static void lp_comm_ntf_cte_req_tx(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_ntf_cte_req_tx() 319 static void lp_comm_complete_cte_req(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_complete_cte_req() 385 static void lp_comm_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_ntf() 441 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 | 53 static inline void cpr_active_check_and_set(struct ll_conn *conn) in cpr_active_check_and_set() 60 static inline void cpr_active_set(struct ll_conn *conn) in cpr_active_set() 65 static inline bool cpr_active_is_set(struct ll_conn *conn) in cpr_active_is_set() 70 static inline void cpr_active_check_and_reset(struct ll_conn *conn) in cpr_active_check_and_reset()
|
D | ull_llcp_past.c | 81 static uint8_t rp_check_phy(struct ll_conn *conn, struct proc_ctx *ctx, in rp_check_phy() 102 static void rp_past_complete(struct ll_conn *conn, struct proc_ctx *ctx) in rp_past_complete() 108 static void rp_past_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_past_st_idle() 124 struct ll_conn *conn = rp_past_resolve_conn; in rp_past_resolve_cb() local 163 static bool rp_past_addr_resolve(struct ll_conn *conn, struct proc_ctx *ctx) in rp_past_addr_resolve() 185 static void rp_past_st_wait_resolve_if(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_past_st_wait_resolve_if() 201 static void rp_past_st_wait_rx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_past_st_wait_rx() 269 static void rp_past_st_wait_next_evt(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_past_st_wait_next_evt() 306 static void rp_past_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_past_execute_fsm() 334 void llcp_rp_past_rx(struct ll_conn *conn, struct proc_ctx *ctx, struct node_rx_pdu *rx) in llcp_rp_past_rx() [all …]
|
D | ull_llcp_enc.c | 148 static void enc_setup_lll(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t role) in enc_setup_lll() 183 static struct node_tx *llcp_lp_enc_tx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in llcp_lp_enc_tx() 223 static void lp_enc_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in lp_enc_ntf() 254 static void lp_enc_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_enc_complete() 261 static void lp_enc_store_m(struct ll_conn *conn, struct proc_ctx *ctx, struct pdu_data *pdu) in lp_enc_store_m() 272 static void lp_enc_send_enc_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_send_enc_req() 292 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() 305 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() 325 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() 346 static void lp_enc_st_wait_tx_enc_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_st_wait_tx_enc_req() [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() 230 static uint8_t pu_apply_phy_update(struct ll_conn *conn, struct proc_ctx *ctx) in pu_apply_phy_update() 285 static uint8_t pu_update_eff_times(struct ll_conn *conn, struct proc_ctx *ctx) in pu_update_eff_times() 321 static inline void pu_set_preferred_phys(struct ll_conn *conn, struct proc_ctx *ctx) in pu_set_preferred_phys() 334 static inline void pu_combine_phys(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t tx, in pu_combine_phys() 359 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 bool cu_check_conn_ind_parameters(struct ll_conn *conn, struct proc_ctx *ctx) in cu_check_conn_ind_parameters() 215 static void cu_prepare_update_ind(struct ll_conn *conn, struct proc_ctx *ctx) in cu_prepare_update_ind() 254 static void cu_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in cu_ntf() 291 static void lp_cu_tx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in lp_cu_tx() 344 static void lp_cu_complete(struct ll_conn *conn, struct proc_ctx *ctx) in lp_cu_complete() 357 static void lp_cu_ntf_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_ntf_complete() 365 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() [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() 193 static void llcp_rp_cc_tx_reject(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in llcp_rp_cc_tx_reject() 213 static void rp_cc_ntf_create(struct ll_conn *conn, struct proc_ctx *ctx) in rp_cc_ntf_create() 233 static void rp_cc_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_cc_complete() 240 static void rp_cc_send_cis_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_send_cis_rsp() 254 static void rp_cc_send_reject_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_send_reject_ind() 289 static void rp_cc_state_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_idle() 302 static uint8_t rp_cc_check_phy(struct ll_conn *conn, struct proc_ctx *ctx, in rp_cc_check_phy() 324 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() 201 void llcp_lp_chmu_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_lp_chmu_run() 216 static void rp_chmu_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_chmu_complete() [all …]
|
D | ull_llcp.c | 122 void ull_cp_update_tx_buffer_queue(struct ll_conn *conn) in ull_cp_update_tx_buffer_queue() 135 static inline bool static_tx_buffer_available(struct ll_conn *conn, struct proc_ctx *ctx) in static_tx_buffer_available() 153 bool llcp_tx_alloc_peek(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc_peek() 196 struct node_tx *llcp_tx_alloc(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc() 220 bool llcp_tx_alloc_peek(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc_peek() 232 struct node_tx *llcp_tx_alloc(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc() 271 void llcp_tx_enqueue(struct ll_conn *conn, struct node_tx *tx) in llcp_tx_enqueue() 276 void llcp_tx_pause_data(struct ll_conn *conn, enum llcp_tx_q_pause_data_mask pause_mask) in llcp_tx_pause_data() 287 void llcp_tx_resume_data(struct ll_conn *conn, enum llcp_tx_q_pause_data_mask resume_mask) in llcp_tx_resume_data() 324 void llcp_nodes_release(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_nodes_release() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 62 static void conn_tx_destroy(struct bt_conn *conn, struct bt_conn_tx *tx) in conn_tx_destroy() 197 struct k_sem *bt_conn_get_pkts(struct bt_conn *conn) in bt_conn_get_pkts() 271 static void tx_notify_process(struct bt_conn *conn) in tx_notify_process() 319 void bt_conn_tx_notify(struct bt_conn *conn, bool wait_for_completion) in bt_conn_tx_notify() 344 struct bt_conn *conn = NULL; in bt_conn_new() local 370 void bt_conn_reset_rx_state(struct bt_conn *conn) in bt_conn_reset_rx_state() 380 static void bt_acl_recv(struct bt_conn *conn, struct net_buf *buf, uint8_t flags) in bt_acl_recv() 479 void bt_conn_recv(struct bt_conn *conn, struct net_buf *buf, uint8_t flags) in bt_conn_recv() 501 static bool dont_have_tx_context(struct bt_conn *conn) in dont_have_tx_context() 522 static int send_acl(struct bt_conn *conn, struct net_buf *buf, uint8_t flags) in send_acl() [all …]
|
/Zephyr-latest/samples/bluetooth/handsfree/src/ |
D | main.c | 22 static void connected(struct bt_conn *conn) in connected() 27 static void disconnected(struct bt_conn *conn) in disconnected() 32 static void service(struct bt_conn *conn, uint32_t value) in service() 37 static void call(struct bt_conn *conn, uint32_t value) in call() 42 static void call_setup(struct bt_conn *conn, uint32_t value) in call_setup() 47 static void call_held(struct bt_conn *conn, uint32_t value) in call_held() 52 static void signal(struct bt_conn *conn, uint32_t value) in signal() 57 static void roam(struct bt_conn *conn, uint32_t value) in roam() 62 static void battery(struct bt_conn *conn, uint32_t value) in battery() 67 static void ring_cb(struct bt_conn *conn) in ring_cb()
|
/Zephyr-latest/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-latest/subsys/bluetooth/host/classic/ |
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() 246 static void ssp_auth(struct bt_conn *conn, uint32_t passkey) in ssp_auth() 294 static int ssp_passkey_reply(struct bt_conn *conn, unsigned int passkey) in ssp_passkey_reply() [all …]
|
/Zephyr-latest/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
|
/Zephyr-latest/tests/bluetooth/common/testlib/src/ |
D | conn_wait.c | 26 static void on_change(struct bt_conn *conn, uint8_t err) in on_change() 46 static enum bt_conn_state bt_conn_state(struct bt_conn *conn) in bt_conn_state() 58 int bt_testlib_wait_connected(struct bt_conn *conn) in bt_testlib_wait_connected() 69 int bt_testlib_wait_disconnected(struct bt_conn *conn) in bt_testlib_wait_disconnected() 96 struct bt_conn *conn = bt_testlib_conn_unindex(BT_CONN_TYPE_LE, i); in bt_testlib_conn_wait_free() local
|
/Zephyr-latest/samples/bluetooth/channel_sounding/src/ |
D | connected_cs_reflector.c | 35 static void subevent_result_cb(struct bt_conn *conn, struct bt_conn_le_cs_subevent_result *result) in subevent_result_cb() 52 static void mtu_exchange_cb(struct bt_conn *conn, uint8_t err, in mtu_exchange_cb() 58 static void connected_cb(struct bt_conn *conn, uint8_t err) in connected_cb() 84 static void disconnected_cb(struct bt_conn *conn, uint8_t reason) in disconnected_cb() 92 static void remote_capabilities_cb(struct bt_conn *conn, struct bt_conn_le_cs_capabilities *params) in remote_capabilities_cb() 99 static void config_created_cb(struct bt_conn *conn, struct bt_conn_le_cs_config *config) in config_created_cb() 105 static void security_enabled_cb(struct bt_conn *conn) in security_enabled_cb() 111 static void procedure_enabled_cb(struct bt_conn *conn, in procedure_enabled_cb() 121 static uint8_t discover_func(struct bt_conn *conn, const struct bt_gatt_attr *attr, in discover_func() 149 static void write_func(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_func()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mcc.c | 85 struct mcs_instance_t *lookup_inst_by_conn(struct bt_conn *conn) in lookup_inst_by_conn() 95 static void mcc_player_name_cb(struct bt_conn *conn, uint8_t err, const void *data, uint16_t length) in mcc_player_name_cb() 123 static uint8_t mcc_read_player_name_cb(struct bt_conn *conn, uint8_t err, in mcc_read_player_name_cb() 137 static uint8_t mcc_read_icon_obj_id_cb(struct bt_conn *conn, uint8_t err, in mcc_read_icon_obj_id_cb() 171 static uint8_t mcc_read_icon_url_cb(struct bt_conn *conn, uint8_t err, in mcc_read_icon_url_cb() 203 static void mcc_track_title_cb(struct bt_conn *conn, uint8_t err, const void *data, uint16_t length) in mcc_track_title_cb() 228 static uint8_t mcc_read_track_title_cb(struct bt_conn *conn, uint8_t err, in mcc_read_track_title_cb() 242 static void mcc_track_duration_cb(struct bt_conn *conn, uint8_t err, const void *data, in mcc_track_duration_cb() 264 static uint8_t mcc_read_track_duration_cb(struct bt_conn *conn, uint8_t err, in mcc_read_track_duration_cb() 278 static void mcc_track_position_cb(struct bt_conn *conn, uint8_t err, const void *data, in mcc_track_position_cb() [all …]
|
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/ |
D | main.c | 31 static void connected(struct bt_conn *conn, uint8_t err) in connected() 49 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() 59 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() 71 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() 93 static void auth_passkey_display(struct bt_conn *conn, unsigned int passkey) in auth_passkey_display() 102 static void auth_cancel(struct bt_conn *conn) in auth_cancel() 111 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() 116 static void pairing_failed(struct bt_conn *conn, enum bt_security_err reason) in pairing_failed()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/ |
D | utils.c | 34 void clear_conn(struct bt_conn *conn) in clear_conn() 44 void wait_connected(struct bt_conn **conn) in wait_connected() 60 static void print_conn_state_transition(const char *prefix, struct bt_conn *conn) in print_conn_state_transition() 73 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() 79 static void connected(struct bt_conn *conn, uint8_t err) in connected() 103 static void pairing_complete(struct bt_conn *conn, bool bonded) in pairing_complete() 113 void set_security(struct bt_conn *conn, bt_security_t sec) in set_security() 140 void disconnect(struct bt_conn *conn) in disconnect() 182 static ssize_t bas_read(struct bt_conn *conn, in bas_read() 201 void bas_notify(struct bt_conn *conn) in bas_notify()
|
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 23 static void write_cmd_cb(struct bt_conn *conn, void *user_data) in write_cmd_cb() 63 static void mtu_exchange_cb(struct bt_conn *conn, uint8_t err, in mtu_exchange_cb() 71 static int mtu_exchange(struct bt_conn *conn) in mtu_exchange() 88 static void connected(struct bt_conn *conn, uint8_t conn_err) in connected() 124 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() 150 static bool le_param_req(struct bt_conn *conn, struct bt_le_conn_param *param) in le_param_req() 159 static void le_param_updated(struct bt_conn *conn, uint16_t interval, in le_param_updated() 167 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() 184 int write_cmd(struct bt_conn *conn) in write_cmd()
|
/Zephyr-latest/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
|