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.c33 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
58 gap_cb.conn.reg_info.pAMP_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()
75 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()
172 gap_cb.conn.reg_info.pAMP_ConnectInd_Cb = gap_connect_ind; in GAP_ConnOpen()
177 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in GAP_ConnOpen()
738 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in gap_connect_ind() function