Exported Functions
- group Pb_Adv_Exported_Functions
Functions
-
bool pb_adv_link_open(uint8_t ctx_index, uint8_t dev_uuid[16])
open the pb adv link
- 参数:
ctx_index – [in] the ctx idx
dev_uuid – [in] remote device uuid
- 返回:
send result
-
bool pb_adv_link_close(uint8_t ctx_index, pb_adv_link_close_reason_t reason)
close the pb adv link
- 参数:
ctx_index – [in] the ctx idx
reason – [in] close reason
- 返回:
send result
-
bool pb_adv_link_open(uint8_t ctx_index, uint8_t dev_uuid[16])