Searched defs:sdp_status (Results 1 - 2 of 2) sorted by last modified time

/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c54 static void bta_dm_sdp_callback (UINT16 sdp_status);
2552 static void bta_dm_sdp_callback (UINT16 sdp_status) argument
2560 p_msg->sdp_result = sdp_status;
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c827 void bta_gattc_sdp_callback (UINT16 sdp_status) argument
835 if(((sdp_status == SDP_SUCCESS) || (sdp_status == SDP_DB_FULL)) && p_srvc_cb != NULL)

Completed in 91 milliseconds