Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_conn.c34 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
61 gap_cb.conn.reg_info.pAMP_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()
78 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()
185 gap_cb.conn.reg_info.pAMP_ConnectInd_Cb = gap_connect_ind; in GAP_ConnOpen()
190 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in GAP_ConnOpen()
725 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in gap_connect_ind() function