Lines Matching refs:p_msg
92 tBTA_SDP_API_SEARCH* p_msg = in BTA_SdpSearch() local
97 p_msg->hdr.event = BTA_SDP_API_SEARCH_EVT; in BTA_SdpSearch()
98 p_msg->bd_addr = bd_addr; in BTA_SdpSearch()
99 p_msg->uuid = uuid; in BTA_SdpSearch()
101 bta_sys_sendmsg(p_msg); in BTA_SdpSearch()
119 tBTA_SDP_API_RECORD_USER* p_msg = in BTA_SdpCreateRecordByUser() local
124 p_msg->hdr.event = BTA_SDP_API_CREATE_RECORD_USER_EVT; in BTA_SdpCreateRecordByUser()
125 p_msg->user_data = user_data; in BTA_SdpCreateRecordByUser()
127 bta_sys_sendmsg(p_msg); in BTA_SdpCreateRecordByUser()
145 tBTA_SDP_API_RECORD_USER* p_msg = in BTA_SdpRemoveRecordByUser() local
150 p_msg->hdr.event = BTA_SDP_API_REMOVE_RECORD_USER_EVT; in BTA_SdpRemoveRecordByUser()
151 p_msg->user_data = user_data; in BTA_SdpRemoveRecordByUser()
153 bta_sys_sendmsg(p_msg); in BTA_SdpRemoveRecordByUser()