Searched refs:bt_s32_t (Results 1 – 25 of 26) sorted by relevance
12
/AliOS-Things-master/components/ble_host/include/ble_types/ |
A D | types.h | 22 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 D | adv.h | 51 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 D | proxy.h | 29 bt_s32_t bt_mesh_proxy_adv_start(void);
|
A D | access.h | 36 bt_s32_t bt_mesh_model_pub_period_get(struct bt_mesh_model *mod);
|
A D | net.h | 106 bt_s32_t poll_to; 170 bt_s32_t poll_timeout;
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | health_cli.h | 73 bt_s32_t bt_mesh_health_cli_timeout_get(void); 74 void bt_mesh_health_cli_timeout_set(bt_s32_t timeout);
|
A D | cfg_cli.h | 222 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 D | generic_level_srv.c | 214 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 D | ll.c | 112 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 D | generic_level_cli.h | 23 bt_s32_t delta;
|
/AliOS-Things-master/components/ble_host/bt_host/port/aos/ |
A D | poll.c | 188 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 D | work.c | 96 bt_s32_t k_delayed_work_remaining_get(struct k_delayed_work *work) in k_delayed_work_remaining_get()
|
A D | aos_port.c | 231 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 D | health_cli.c | 29 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 D | access.c | 80 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 D | adv.c | 139 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 D | friend.c | 162 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 D | proxy.c | 1209 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 D | main.c | 307 bt_s32_t period_ms = bt_mesh_model_pub_period_get(mod); in model_resume()
|
A D | transport.c | 962 static inline bt_s32_t ack_timeout(struct seg_rx *rx) in ack_timeout() 964 bt_s32_t to; in ack_timeout()
|
A D | cfg_cli.c | 40 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 D | settings.c | 881 bt_s32_t ms = bt_mesh_model_pub_period_get(mod); in commit_mod() 1007 bt_s32_t timeout; in schedule_store()
|
A D | lpn.c | 840 static bt_s32_t poll_timeout(struct bt_mesh_lpn *lpn) in poll_timeout()
|
A D | cfg_srv.c | 325 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 D | ble_os_port.h | 531 int k_mutex_lock(struct k_mutex *mutex, bt_s32_t timeout);
|
Completed in 42 milliseconds
12