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

  /external/bluetooth/bluedroid/stack/include/
bnep_api.h 53 BNEP_MTU_EXCEDED, /* Attempt to write long data */
330 ** BNEP_MTU_EXCEDED - If the data length is greater than MTU
358 ** BNEP_MTU_EXCEDED - If the data length is greater than MTU
pan_api.h 68 PAN_MTU_EXCEDED = BNEP_MTU_EXCEDED, /* Attempt to write long data */
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 355 ** BNEP_MTU_EXCEDED - If the data length is greater than MTU
383 return (BNEP_MTU_EXCEDED);
466 ** BNEP_MTU_EXCEDED - If the data length is greater than MTU
489 return (BNEP_MTU_EXCEDED);

Completed in 27 milliseconds