Searched defs:company_id (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c445 p_buf->msg.company_id = p_bta_av_cfg->company_id;
473 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id) argument
484 if(company_id)
485 p_buf->msg.company_id = company_id;
487 p_buf->msg.company_id = p_bta_av_cfg->company_id;
/external/bluetooth/bluedroid/stack/include/
H A Davrc_api.h157 UINT32 company_id; /* the company ID */ member in struct:__anon1324
263 ** p_ccb->company_id: Company Identifier.
H A Dbtm_ble_api.h671 UINT16 company_id; /* company ID */ member in struct:__anon1499
H A Davrc_defs.h771 UINT32 company_id; /* Company identifier. */ member in struct:__anon1326
793 UINT32 company_id; /* Company identifier. */ member in struct:__anon1328
894 UINT32 company_id[AVRC_CAP_MAX_NUM_COMP_ID]; member in union:__anon1334
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h398 UINT32 company_id; member in struct:__anon742
409 UINT32 company_id; member in struct:__anon743
489 UINT32 company_id; /* AVRCP Company ID */ member in struct:__anon748
730 UINT8 *p_data, UINT16 len, UINT32 company_id);
H A Dbta_api.h570 UINT16 company_id; /* company ID */ member in struct:__anon698
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c1454 cond.manu_data.company_id = p_adv_filt_cb->conn_id;
2012 int filt_type, int filt_index, int company_id,
2031 btif_filt_cb.conn_id = company_id;
2011 btif_gattc_scan_filter_add_remove(int client_if, int action, int filt_type, int filt_index, int company_id, int company_id_mask, const bt_uuid_t *p_uuid, const bt_uuid_t *p_uuid_mask, const bt_bdaddr_t *bd_addr, char addr_type, int data_len, char* p_data, int mask_len, char* p_mask) argument

Completed in 5585 milliseconds