Searched defs:p_device_info (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_api.c996 UINT16 SDP_GetDiRecord( UINT8 get_record_index, tSDP_DI_GET_RECORD *p_device_info, argument
1028 BCM_STRNCPY_S( p_device_info->rec.client_executable_url, sizeof(p_device_info->rec.client_executable_url),
1031 p_device_info->rec.client_executable_url[0] = '\0';
1036 BCM_STRNCPY_S( p_device_info->rec.service_description, sizeof(p_device_info->rec.service_description),
1039 p_device_info->rec.service_description[0] = '\0';
1044 BCM_STRNCPY_S( p_device_info->rec.documentation_url, sizeof(p_device_info->rec.documentation_url),
1047 p_device_info
1107 SDP_SetLocalDiRecord( tSDP_DI_RECORD *p_device_info, UINT32 *p_handle ) argument
1261 SDP_GetLocalDiRecord(tSDP_DI_GET_RECORD *p_device_info, UINT32 *p_handle ) argument
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1089 tBTA_STATUS BTA_DmSetLocalDiRecord( tBTA_DI_RECORD *p_device_info, argument
1096 if(SDP_SetLocalDiRecord((tSDP_DI_RECORD *)p_device_info, p_handle) == SDP_SUCCESS)
1098 if(!p_device_info->primary_record)
1126 tBTA_STATUS BTA_DmGetLocalDiRecord( tBTA_DI_GET_RECORD *p_device_info, argument
1131 status = SDP_GetLocalDiRecord(p_device_info, p_handle);
1181 tBTA_STATUS BTA_DmGetDiRecord( UINT8 get_record_index, tBTA_DI_GET_RECORD *p_device_info, argument
1184 if (SDP_GetDiRecord(get_record_index, p_device_info, p_db) != SDP_SUCCESS)

Completed in 199 milliseconds