Home
last modified time | relevance | path

Searched refs:p_conn (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_ais.c89 if (genie_ais_ctx.p_conn) in _ais_server_indicate()
97 ret = bt_gatt_indicate(genie_ais_ctx.p_conn, p_indicate); in _ais_server_indicate()
135 if (genie_ais_ctx.p_conn) in genie_ais_notify()
149 if (genie_ais_ctx.p_conn) in handle_ais_disconnect()
151 BT_DBG("ais handle disconn:%p\r\n", genie_ais_ctx.p_conn); in handle_ais_disconnect()
153 genie_ais_ctx.p_conn = NULL; in handle_ais_disconnect()
195 if (genie_ais_ctx.p_conn == NULL) in genie_ais_state_update()
271 void genie_ais_connect(struct bt_conn *p_conn) in genie_ais_connect() argument
273 BT_DBG("ais connect state:%d conn:%p", genie_ais_ctx.state, p_conn); in genie_ais_connect()
277 genie_ais_ctx.p_conn = p_conn; in genie_ais_connect()
[all …]
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_ais.h82 struct bt_conn *p_conn; member
91 void genie_ais_connect(struct bt_conn *p_conn);

Completed in 4 milliseconds