HomeSort by relevance Sort by last modified time
    Searched refs:is_orig (Results 1 - 12 of 12) sorted by null

  /system/bt/btif/co/
bta_dm_co.cc 74 tBTA_AUTH_REQ* p_auth_req, bool is_orig) {
76 btif_dm_proc_io_req(bd_addr, p_io_cap, p_oob_data, p_auth_req, is_orig);
80 BTIF_TRACE_DEBUG("bta_dm_co_io_req is_orig = %d", is_orig);
  /system/bt/bta/include/
bta_dm_co.h 57 tBTA_AUTH_REQ* p_auth_req, bool is_orig);
  /system/bt/bta/hf_client/
bta_hf_client_sco.cc 224 bool is_orig) {
227 APPL_TRACE_DEBUG("%s: %d", __func__, is_orig);
239 if (is_orig) {
245 status = BTM_CreateSco(&client_cb->peer_addr, is_orig, params.packet_types,
248 if (status == BTM_CMD_STARTED && !is_orig) {
255 __func__, is_orig, client_cb->sco_idx, status,
  /system/bt/btif/include/
btif_dm.h 48 bool is_orig);
  /system/bt/stack/btm/
btm_sco.cc 418 * "is_orig" flag is true, the connection will be originated,
433 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig,
446 if (is_orig) {
487 if (is_orig) {
535 p->is_orig = is_orig;
538 if (is_orig) {
552 if (is_orig) {
758 p->is_orig = false;
809 if (p->is_orig) {
    [all...]
btm_int_types.h 357 bool is_orig; /* true if the originator */ member in struct:__anon2167
722 bool is_orig; member in struct:__anon2185
    [all...]
btm_sec.cc 74 bool is_orig, uint32_t mx_proto_id,
611 "BTM_SEC_REG[%d]: id %d, is_orig %d, psm 0x%04x, proto_id %d, chan_id %d",
3121 bool is_orig = true; local
    [all...]
  /system/bt/bta/ag/
bta_ag_sco.cc 356 * is_orig : Whether to initiate or listen for SCO connection
361 static void bta_ag_create_sco(tBTA_AG_SCB* p_scb, bool is_orig) {
420 if (is_orig) {
434 is_orig, p_scb->sco_idx, params.packet_types);
445 __func__, is_orig, p_scb->sco_idx, status,
    [all...]
  /system/bt/stack/include/
btm_api.h     [all...]
btm_api_types.h 1421 bool is_orig; \/* true, if local device initiated the SP process *\/ member in struct:__anon2345
    [all...]
  /system/bt/btif/src/
btif_dm.cc     [all...]
  /system/bt/bta/dm/
bta_dm_act.cc     [all...]

Completed in 492 milliseconds