HomeSort by relevance Sort by last modified time
    Searched defs:ctrl_psm (Results 1 - 5 of 5) sorted by null

  /system/bt/btif/include/
btif_hl.h 187 uint16_t ctrl_psm; member in struct:__anon1725
  /system/bt/stack/include/
mca_api.h 105 uint16_t ctrl_psm; /* L2CAP PSM for the MCAP control channel */ member in struct:__anon2442
268 * If the given p_reg->ctrl_psm is 0, this handle is INT only.
336 uint16_t ctrl_psm, uint16_t sec_mask);
529 uint16_t ctrl_psm, uint16_t sec_mask);
  /system/bt/tools/mcap_tool/
mcap_tool.cc 620 uint16_t ctrl_psm = get_hex(&p, 0); // arg1 local
623 printf("%s: ctrl_psm=0x%04x, data_psm=0x%04x, sec_mask=0x%04x\n", __func__,
624 ctrl_psm, data_psm, sec_mask);
625 if (!ctrl_psm || !data_psm) {
629 sMcapTestApp->Register(ctrl_psm, data_psm, sec_mask, mcap_ctrl_callback);
669 uint16_t ctrl_psm = get_hex(&p, 0); // arg2 local
671 printf("%s: mcap_handle=%d, ctrl_psm=0x%04x, secMask=0x%04x, bd_addr=%s\n",
672 __func__, sMcapTestApp->GetHandle(), ctrl_psm, sec_mask, buf);
673 if (!ctrl_psm || !valid_bd_addr) {
677 bool ret = sMcapTestApp->ConnectMcl(bd_addr, ctrl_psm, sec_mask)
    [all...]
  /system/bt/bta/hl/
bta_hl_int.h 269 uint16_t ctrl_psm; member in struct:__anon1388
282 uint16_t ctrl_psm; member in struct:__anon1390
293 uint16_t ctrl_psm; member in struct:__anon1391
322 uint16_t ctrl_psm; member in struct:__anon1396
456 uint16_t ctrl_psm; member in struct:__anon1407
490 uint16_t ctrl_psm; /* L2CAP PSM for the MCAP control channel */ member in struct:__anon1408
678 uint8_t mdl_idx, uint16_t ctrl_psm);
680 uint16_t ctrl_psm,
    [all...]
  /system/bt/bta/include/
bta_hl_api.h 299 uint16_t ctrl_psm; member in struct:__anon1567
305 uint16_t ctrl_psm; member in struct:__anon1568
313 uint16_t ctrl_psm; member in struct:__anon1569
318 uint16_t ctrl_psm; member in struct:__anon1570
343 uint16_t ctrl_psm; member in struct:__anon1574
522 uint16_t ctrl_psm; member in struct:__anon1596

Completed in 3873 milliseconds