Searched refs:p_device_info (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_api.c1032 UINT16 SDP_GetDiRecord( UINT8 get_record_index, tSDP_DI_GET_RECORD *p_device_info, argument
1063 SDP_AttrStringCopy( p_device_info->rec.client_executable_url, p_curr_attr,
1068 SDP_AttrStringCopy( p_device_info->rec.service_description, p_curr_attr, SDP_MAX_ATTR_LEN );
1072 SDP_AttrStringCopy( p_device_info->rec.documentation_url, p_curr_attr, SDP_MAX_ATTR_LEN );
1076 p_device_info->spec_id = p_curr_attr->attr_value.v.u16;
1082 p_device_info->rec.vendor = p_curr_attr->attr_value.v.u16;
1088 p_device_info->rec.vendor_id_source = p_curr_attr->attr_value.v.u16;
1094 p_device_info->rec.product = p_curr_attr->attr_value.v.u16;
1100 p_device_info->rec.version = p_curr_attr->attr_value.v.u16;
1106 p_device_info
1132 SDP_SetLocalDiRecord( tSDP_DI_RECORD *p_device_info, UINT32 *p_handle ) argument
1286 SDP_GetLocalDiRecord(tSDP_DI_GET_RECORD *p_device_info, UINT32 *p_handle ) argument
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1123 tBTA_STATUS BTA_DmSetLocalDiRecord( tBTA_DI_RECORD *p_device_info, argument
1130 if(SDP_SetLocalDiRecord((tSDP_DI_RECORD *)p_device_info, p_handle) == SDP_SUCCESS)
1132 if(!p_device_info->primary_record)
1160 tBTA_STATUS BTA_DmGetLocalDiRecord( tBTA_DI_GET_RECORD *p_device_info, argument
1165 status = SDP_GetLocalDiRecord(p_device_info, p_handle);
1215 tBTA_STATUS BTA_DmGetDiRecord( UINT8 get_record_index, tBTA_DI_GET_RECORD *p_device_info, argument
1218 if (SDP_GetDiRecord(get_record_index, p_device_info, p_db) != SDP_SUCCESS)
/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h645 SDP_API extern UINT16 SDP_GetLocalDiRecord(tSDP_DI_GET_RECORD *p_device_info,
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h1902 BTA_API extern tBTA_STATUS BTA_DmSetLocalDiRecord( tBTA_DI_RECORD *p_device_info,
1916 BTA_API extern tBTA_STATUS BTA_DmGetLocalDiRecord( tBTA_DI_GET_RECORD *p_device_info,
1941 BTA_API extern tBTA_STATUS BTA_DmGetDiRecord( UINT8 get_record_index, tBTA_DI_GET_RECORD *p_device_info,

Completed in 104 milliseconds