Home
last modified time | relevance | path

Searched refs:bt_s32_t (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/ble_host/include/ble_types/
A Dtypes.h22 typedef signed int bt_s32_t; typedef
30 typedef bt_s32_t k_timeout_t;
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dadv.h51 struct net_buf *bt_mesh_adv_create(enum bt_mesh_adv_type type, u8_t xmit, bt_s32_t timeout);
54 … enum bt_mesh_adv_type type, u8_t xmit, bt_s32_t timeout);
A Dproxy.h29 bt_s32_t bt_mesh_proxy_adv_start(void);
A Daccess.h36 bt_s32_t bt_mesh_model_pub_period_get(struct bt_mesh_model *mod);
A Dnet.h106 bt_s32_t poll_to;
170 bt_s32_t poll_timeout;
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dhealth_cli.h73 bt_s32_t bt_mesh_health_cli_timeout_get(void);
74 void bt_mesh_health_cli_timeout_set(bt_s32_t timeout);
A Dcfg_cli.h222 bt_s32_t bt_mesh_cfg_cli_timeout_get(void);
223 void bt_mesh_cfg_cli_timeout_set(bt_s32_t timeout);
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/
A Dgeneric_level_srv.c214 static bt_s32_t _format_32to16(bt_s32_t value) in _format_32to16()
227 bt_s32_t delta = 0; in _generic_delta_analyze()
228 bt_s32_t target = 0; in _generic_delta_analyze()
241 delta = (bt_s32_t)net_buf_simple_pull_le32(buf); in _generic_delta_analyze()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dll.c112 bt_s32_t err; in cmd_advx()
189 bt_s32_t err; in cmd_scanx()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/include/sig_model/
A Dgeneric_level_cli.h23 bt_s32_t delta;
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dpoll.c188 bt_s32_t timeout, int *last_registered) in polling_events()
228 int k_poll(struct k_poll_event *events, int num_events, bt_s32_t timeout) in k_poll()
A Dwork.c96 bt_s32_t k_delayed_work_remaining_get(struct k_delayed_work *work) in k_delayed_work_remaining_get()
A Daos_port.c231 int k_mutex_lock(struct k_mutex *mutex, bt_s32_t timeout) in k_mutex_lock()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dhealth_cli.c29 static bt_s32_t msg_timeout = K_SECONDS(2);
533 bt_s32_t bt_mesh_health_cli_timeout_get(void) in bt_mesh_health_cli_timeout_get()
538 void bt_mesh_health_cli_timeout_set(bt_s32_t timeout) in bt_mesh_health_cli_timeout_set()
A Daccess.c80 bt_s32_t bt_mesh_model_pub_period_get(struct bt_mesh_model *mod) in bt_mesh_model_pub_period_get()
118 static bt_s32_t next_period(struct bt_mesh_model *mod) in next_period()
144 bt_s32_t delay; in publish_sent()
203 bt_s32_t period_ms; in mod_publish()
A Dadv.c139 const bt_s32_t adv_int_min = in adv_send()
226 bt_s32_t timeout; in adv_thread()
264 … enum bt_mesh_adv_type type, u8_t xmit, bt_s32_t timeout) in bt_mesh_adv_create_from_pool()
297 struct net_buf *bt_mesh_adv_create(enum bt_mesh_adv_type type, u8_t xmit, bt_s32_t timeout) in bt_mesh_adv_create()
A Dfriend.c162 static bt_s32_t recv_delay(struct bt_mesh_friend *frnd) in recv_delay()
165 return (bt_s32_t)frnd->recv_delay + (CONFIG_BT_MESH_FRIEND_RECV_WIN / 5); in recv_delay()
782 static bt_s32_t offer_delay(struct bt_mesh_friend *frnd, s8_t rssi, u8_t crit) in offer_delay()
788 bt_s32_t delay; in offer_delay()
794 delay = (bt_s32_t)fact[RECV_WIN_FACT(crit)] * RECV_WIN; in offer_delay()
795 delay -= (bt_s32_t)fact[RSSI_FACT(crit)] * rssi; in offer_delay()
A Dproxy.c1209 static bt_s32_t gatt_proxy_advertise(struct bt_mesh_subnet *sub) in gatt_proxy_advertise()
1211 bt_s32_t remaining = K_FOREVER; in gatt_proxy_advertise()
1250 bt_s32_t max_timeout; in gatt_proxy_advertise()
1317 bt_s32_t bt_mesh_proxy_adv_start(void) in bt_mesh_proxy_adv_start()
A Dmain.c307 bt_s32_t period_ms = bt_mesh_model_pub_period_get(mod); in model_resume()
A Dtransport.c962 static inline bt_s32_t ack_timeout(struct seg_rx *rx) in ack_timeout()
964 bt_s32_t to; in ack_timeout()
A Dcfg_cli.c40 static bt_s32_t msg_timeout = K_SECONDS(2);
2207 bt_s32_t bt_mesh_cfg_cli_timeout_get(void) in bt_mesh_cfg_cli_timeout_get()
2212 void bt_mesh_cfg_cli_timeout_set(bt_s32_t timeout) in bt_mesh_cfg_cli_timeout_set()
A Dsettings.c881 bt_s32_t ms = bt_mesh_model_pub_period_get(mod); in commit_mod()
1007 bt_s32_t timeout; in schedule_store()
A Dlpn.c840 static bt_s32_t poll_timeout(struct bt_mesh_lpn *lpn) in poll_timeout()
A Dcfg_srv.c325 bt_s32_t period_ms; in _mod_pub_set()
2735 bt_s32_t timeout; in lpn_timeout_get()
3076 bt_s32_t period_ms; in heartbeat_sub_set()
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h531 int k_mutex_lock(struct k_mutex *mutex, bt_s32_t timeout);

Completed in 42 milliseconds

12