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

  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 803 if(p->restore_pkt_types)
806 hci_handle, p->pkt_types_mask, p->restore_pkt_types);
807 p->pkt_types_mask = p->restore_pkt_types;
808 p->restore_pkt_types = 0; /* Only exists while SCO is active */
825 p->restore_pkt_types = btm_cb.btm_acl_pkt_types_supported;
828 btm_acl_chk_peer_pkt_type_support (p, &p->restore_pkt_types);
btm_int.h 83 UINT16 restore_pkt_types; /* when coming in/out of SCO connection restore the packet types */ member in struct:__anon3069
    [all...]
btm_acl.c 190 p->restore_pkt_types = 0; /* Only exists while SCO is active */
    [all...]

Completed in 98 milliseconds