Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dmonitor.c170 atomic_clear_bit(&flags, BT_LOG_BUSY); in bt_monitor_send()
199 atomic_clear_bit(&flags, BT_CONSOLE_BUSY); in monitor_console_out()
208 atomic_clear_bit(&flags, BT_CONSOLE_BUSY); in monitor_console_out()
306 atomic_clear_bit(&flags, BT_LOG_BUSY); in monitor_log_put()
A Dhci_ecc.c167 atomic_clear_bit(flags, PENDING_PUB_KEY); in emulate_le_p256_public_key_cmd()
218 atomic_clear_bit(flags, PENDING_DHKEY); in emulate_le_generate_dhkey()
A Dhci_core.c456 atomic_clear_bit(adv->flags, BT_ADV_CREATED); in adv_delete()
766 atomic_clear_bit(adv->flags, BT_ADV_RPA_VALID); in adv_rpa_invalidate()
778 atomic_clear_bit(bt_dev.flags, BT_DEV_RPA_VALID); in le_rpa_invalidate()
2337 atomic_clear_bit(adv->flags, BT_ADV_ENABLED); in le_conn_complete_adv_timeout()
2416 atomic_clear_bit(adv->flags, BT_ADV_ENABLED); in enh_conn_complete()
3746 atomic_clear_bit(bt_dev.flags, BT_DEV_INQUIRY); in report_discovery_results()
3955 atomic_clear_bit(bt_dev.flags, BT_DEV_INQUIRY); in remote_name_request_complete()
5520 atomic_clear_bit(adv->flags, BT_ADV_ENABLED); in le_adv_set_terminated()
8866 atomic_clear_bit(adv->flags, BT_ADV_PERSIST); in bt_le_adv_stop()
9154 atomic_clear_bit(adv->flags, BT_ADV_PERSIST); in bt_le_ext_adv_stop()
[all …]
A Dgatt.c750 atomic_clear_bit(cfg->flags, CF_OUT_OF_SYNC); in remove_cf_cfg()
909 atomic_clear_bit(gatt_sc.flags, SC_INDICATE_PENDING); in sc_indicate_rsp()
944 atomic_clear_bit(sc->flags, SC_RANGE_CHANGED); in sc_process()
1110 atomic_clear_bit(cfg->flags, CF_OUT_OF_SYNC); in db_changed()
3886 atomic_clear_bit(params->flags, BT_GATT_SUBSCRIBE_FLAG_WRITE_PENDING); in gatt_write_ccc_rsp()
4364 atomic_clear_bit(cfg->flags, CF_OUT_OF_SYNC); in bt_gatt_change_aware()
4622 atomic_clear_bit(gatt_sc.flags, SC_INDICATE_PENDING); in sc_commit()
4728 atomic_clear_bit(gatt_sc.flags, SC_RANGE_CHANGED); in db_hash_commit()
A Dl2cap_br.c179 atomic_clear_bit(chan->flags, L2CAP_FLAG_SIG_INFO_PENDING); in l2cap_br_rtx_timeout()
1311 atomic_clear_bit(BR_CHAN(chan)->flags, L2CAP_FLAG_CONN_PENDING); in l2cap_br_conn_rsp()
A Dsmp.c2021 atomic_clear_bit(smp->flags, SMP_FLAG_CFM_DELAYED); in smp_send_pairing_confirm()
2357 atomic_clear_bit(smp->flags, SMP_FLAG_CFM_DELAYED); in legacy_send_pairing_confirm()
3203 atomic_clear_bit(&smp->allowed_cmds, BT_SMP_CMD_SECURITY_REQUEST); in smp_pairing_rsp()
3220 atomic_clear_bit(smp->flags, SMP_FLAG_DISPLAY); in smp_pairing_confirm()
4198 atomic_clear_bit(smp->flags, SMP_FLAG_DHCHECK_WAIT); in smp_dhkey_check()
4386 atomic_clear_bit(smp->flags, SMP_FLAG_ENC_PENDING); in bt_smp_encrypt_change()
A Dconn.c194 atomic_clear_bit(conn->flags, BT_CONN_SLAVE_PARAM_SET); in notify_le_param_updated()
2113 atomic_clear_bit(conn->flags, BT_CONN_SLAVE_PARAM_SET); in bt_conn_le_param_update()
A Datt.c247 atomic_clear_bit(chan->flags, ATT_PENDING_CFM); in chan_cfm_sent()
256 atomic_clear_bit(chan->flags, ATT_PENDING_RSP); in chan_rsp_sent()
A Dl2cap.c1736 atomic_clear_bit(ch->chan.status, BT_L2CAP_STATUS_OUT); in l2cap_chan_le_send()
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dwork.c51 atomic_clear_bit(work->flags, K_WORK_STATE_PENDING); in k_work_init()
90 atomic_clear_bit(work->work.flags, K_WORK_STATE_PENDING); in k_delayed_work_cancel()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dmain.c75 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provision()
339 atomic_clear_bit(bt_mesh.flags, BT_MESH_SUSPENDED); in bt_mesh_resume()
A Dlpn.c588 atomic_clear_bit(lpn->to_remove, i); in lpn_group_add()
A Dprov.c380 atomic_clear_bit(&pending_ack, ack_index); in ack_complete()
A Dsettings.c194 atomic_clear_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS); in iv_set()
A Dprovisioner_prov.c3824 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provisioner_local_provision()
/AliOS-Things-master/components/ble_host/include/
A Datomic.h388 static inline void atomic_clear_bit(atomic_t *target, int bit) in atomic_clear_bit() function
/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Datomic.h386 static inline void atomic_clear_bit(atomic_t *target, int bit) in atomic_clear_bit() function

Completed in 77 milliseconds